Skip to content

Instantly share code, notes, and snippets.

@zsnmwy
Created January 15, 2026 04:33
Show Gist options
  • Select an option

  • Save zsnmwy/f16297b1dded7aec44a17aa481925449 to your computer and use it in GitHub Desktop.

Select an option

Save zsnmwy/f16297b1dded7aec44a17aa481925449 to your computer and use it in GitHub Desktop.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"chrome-devtools": {
"type": "local",
"command": ["npx", "-y", "chrome-devtools-mcp@latest"]
}
},
"provider": {
"anthropic": {
"options": {
"baseURL": "https://duckcoding.com/v1"
}
},
"openai": {
"name": "OpenAI",
"options": {
"baseURL": "https://duckcoding.com/v1",
},
"models": {
"gpt-5.2": {
"options": {
"store": false,
"include": [
"reasoning.encrypted_content"
],
},
"name": "GPT 5.2 (OAuth)",
"limit": {
"context": 272000,
"output": 128000
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"variants": {
"none": {
"reasoningEffort": "none",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"low": {
"reasoningEffort": "low",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"medium": {
"reasoningEffort": "medium",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"high": {
"reasoningEffort": "high",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
},
"xhigh": {
"reasoningEffort": "xhigh",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
}
}
},
"gpt-5.2-codex": {
"options": {
"store": false,
"include": [
"reasoning.encrypted_content"
],
},
"name": "GPT 5.2 Codex (OAuth)",
"limit": {
"context": 272000,
"output": 128000
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"variants": {
"low": {
"reasoningEffort": "low",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"medium": {
"reasoningEffort": "medium",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"high": {
"reasoningEffort": "high",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
},
"xhigh": {
"reasoningEffort": "xhigh",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
}
}
},
"gpt-5.1-codex-max": {
"options": {
"store": false,
"include": [
"reasoning.encrypted_content"
],
},
"name": "GPT 5.1 Codex Max (OAuth)",
"limit": {
"context": 272000,
"output": 128000
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"variants": {
"low": {
"reasoningEffort": "low",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
},
"medium": {
"reasoningEffort": "medium",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
},
"high": {
"reasoningEffort": "high",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
},
"xhigh": {
"reasoningEffort": "xhigh",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
}
}
},
"gpt-5.2-codex-xhigh": {
"options": {
"store": false,
"include": [
"reasoning.encrypted_content"
],
},
}
}
},
"google": {
"name": "Google",
"options": {
"baseURL": "https://duckcoding.com/v1",
}
}
},
"plugin": [
"oh-my-opencode@3.0.0-beta.7",
"opencode-antigravity-auth@1.2.8",
"opencode-openai-codex-auth"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment