fix(provider): derive reasoning variants from models.dev
This commit is contained in:
parent
9644a008a4
commit
b41b10faeb
13 changed files with 2671 additions and 2202 deletions
|
|
@ -2059,6 +2059,20 @@ export type Model = {
|
|||
field: "reasoning" | "reasoning_content" | "reasoning_details"
|
||||
}
|
||||
}
|
||||
reasoning_options?: Array<
|
||||
| {
|
||||
type: "effort"
|
||||
values: Array<string>
|
||||
}
|
||||
| {
|
||||
type: "toggle"
|
||||
}
|
||||
| {
|
||||
type: "budget_tokens"
|
||||
min?: number
|
||||
max?: number
|
||||
}
|
||||
>
|
||||
cost: {
|
||||
input: number
|
||||
output: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue