mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-14 03:18:43 +00:00
34 lines
844 B
JSON
34 lines
844 B
JSON
{
|
|
"acme": {
|
|
"id": "acme",
|
|
"name": "Acme",
|
|
"env": ["ACME_API_KEY"],
|
|
"models": {}
|
|
},
|
|
"local": {
|
|
"id": "local",
|
|
"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" }
|
|
}
|
|
}
|
|
}
|
|
}
|