chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-12 21:13:21 +00:00
parent 6f8e1dda15
commit cf7503687a
2 changed files with 66 additions and 0 deletions
+14
View File
@@ -2100,6 +2100,20 @@ export type Model = {
[key: string]: string
}
release_date: string
reasoning_options?: Array<
| {
type: "effort"
values: Array<string>
}
| {
type: "toggle"
}
| {
type: "budget_tokens"
min?: number
max?: number
}
>
variants?: {
[key: string]: {
[key: string]: unknown