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
|
|
@ -10,5 +10,25 @@
|
|||
"name": "Local",
|
||||
"env": [],
|
||||
"models": {}
|
||||
},
|
||||
"opencode": {
|
||||
"id": "opencode",
|
||||
"name": "OpenCode",
|
||||
"env": [],
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"models": {
|
||||
"gpt-5.5": {
|
||||
"id": "gpt-5.5",
|
||||
"name": "GPT-5.5",
|
||||
"release_date": "2026-04-23",
|
||||
"attachment": true,
|
||||
"reasoning": true,
|
||||
"reasoning_options": [{ "type": "effort", "values": [null, "none", "low", "medium", "high", "xhigh"] }],
|
||||
"temperature": false,
|
||||
"tool_call": true,
|
||||
"limit": { "context": 400000, "output": 128000 },
|
||||
"provider": { "npm": "@ai-sdk/openai", "api": "https://console.opencode.ai/inference/openai/v1" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue