pi models override

This commit is contained in:
2026-08-14 12:12:30 +02:00
parent dc2c95c5b5
commit 4f5382cec2

View File

@@ -43,7 +43,7 @@
"opencode-go": { "opencode-go": {
"baseUrl": "https://opencode.ai/zen/go/v1", "baseUrl": "https://opencode.ai/zen/go/v1",
"api": "openai-completions", "api": "openai-completions",
"apiKey": "OPENCODE_API_KEY", "apiKey": "$OPENCODE_API_KEY",
"models": [ "models": [
{ {
"id": "mimo-v2-pro", "id": "mimo-v2-pro",
@@ -86,7 +86,7 @@
"opencode": { "opencode": {
"baseUrl": "https://opencode.ai/zen/v1", "baseUrl": "https://opencode.ai/zen/v1",
"api": "openai-completions", "api": "openai-completions",
"apiKey": "OPENCODE_API_KEY", "apiKey": "$OPENCODE_API_KEY",
"models": [ "models": [
{ {
"id": "big-pickle", "id": "big-pickle",
@@ -107,6 +107,19 @@
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 } "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
} }
] ]
},
"deepseek": {
"compat": {
"thinkingFormat": "deepseek"
}
},
"qw": {
"modelOverrides": {
"qwen3.8-max": {
"contextWindow": 1000000,
"maxTokens": 131072
}
}
} }
} }
} }