chore: generate

This commit is contained in:
opencode-agent[bot] 2026-04-02 15:01:45 +00:00
parent 23c8656080
commit 57a5236e71
2 changed files with 1 additions and 46 deletions

View file

@ -4167,23 +4167,11 @@ export type ProviderListResponses = {
input: Array<"text" | "audio" | "image" | "video" | "pdf">
output: Array<"text" | "audio" | "image" | "video" | "pdf">
}
experimental?: boolean
status?: "alpha" | "beta" | "deprecated"
options: {
[key: string]: unknown
}
headers?: {
[key: string]: string
}
provider?: {
npm?: string
api?: string
}
variants?: {
[key: string]: {
[key: string]: unknown
}
}
}
}
}>