mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"theme": "transparent",
|
|
"plugin": ["opencode-antigravity-auth@beta"],
|
|
"provider": {
|
|
"google": {
|
|
"models": {
|
|
"antigravity-gemini-3-pro": {
|
|
"name": "Gemini 3 Pro (Antigravity)",
|
|
"limit": { "context": 1048576, "output": 65535 },
|
|
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
|
"variants": {
|
|
"low": { "thinkingLevel": "low" },
|
|
"high": { "thinkingLevel": "high" }
|
|
}
|
|
},
|
|
"antigravity-claude-sonnet-4-5-thinking": {
|
|
"name": "Claude Sonnet 4.5 Thinking (Antigravity)",
|
|
"limit": { "context": 200000, "output": 64000 },
|
|
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
|
"variants": {
|
|
"low": { "thinkingConfig": { "thinkingBudget": 8192 } },
|
|
"max": { "thinkingConfig": { "thinkingBudget": 32768 } }
|
|
}
|
|
},
|
|
"antigravity-claude-opus-4-5-thinking": {
|
|
"name": "Claude Opus 4.5 Thinking (Antigravity)",
|
|
"limit": { "context": 200000, "output": 64000 },
|
|
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
|
"variants": {
|
|
"low": { "thinkingConfig": { "thinkingBudget": 8192 } },
|
|
"max": { "thinkingConfig": { "thinkingBudget": 32768 } }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|