Created
July 10, 2026 15:38
-
-
Save AhmedCoolProjects/b12b2cc4a1ed9abd0b70cdeed01245e5 to your computer and use it in GitHub Desktop.
opencode 9router provider registry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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