Skip to content

Instantly share code, notes, and snippets.

@AhmedCoolProjects
Created July 10, 2026 15:38
Show Gist options
  • Select an option

  • Save AhmedCoolProjects/b12b2cc4a1ed9abd0b70cdeed01245e5 to your computer and use it in GitHub Desktop.

Select an option

Save AhmedCoolProjects/b12b2cc4a1ed9abd0b70cdeed01245e5 to your computer and use it in GitHub Desktop.
opencode 9router provider registry
{
"9router": {
"id": "9router",
"name": "9router",
"npm": "@ai-sdk/openai-compatible",
"api": "https://9router.bargady.online/v1",
"env": [
"NINEROUTER_API_KEY"
],
"models": {
"cx/gpt-5.5": {
"id": "cx/gpt-5.5",
"name": "Codex / GPT 5.5",
"limit": {
"context": 128000,
"output": 8192
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"tool_call": true,
"temperature": true
},
"cx/gpt-5.5-review": {
"id": "cx/gpt-5.5-review",
"name": "Codex / GPT 5.5 Review",
"limit": {
"context": 128000,
"output": 8192
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"tool_call": true,
"temperature": true
},
"cx/gpt-5.4": {
"id": "cx/gpt-5.4",
"name": "Codex / GPT 5.4",
"limit": {
"context": 128000,
"output": 8192
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"tool_call": true,
"temperature": true
},
"cx/gpt-5.4-mini": {
"id": "cx/gpt-5.4-mini",
"name": "Codex / GPT 5.4 Mini",
"limit": {
"context": 128000,
"output": 8192
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"tool_call": true,
"temperature": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment