mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 14:03:52 +00:00
137 lines
2.6 KiB
JSON
137 lines
2.6 KiB
JSON
{
|
|
"defaultModel": "opus-4.6-thinking",
|
|
"models": [
|
|
{
|
|
"id": "auto",
|
|
"name": "Auto"
|
|
},
|
|
{
|
|
"id": "composer-1.5",
|
|
"name": "Composer 1.5"
|
|
},
|
|
{
|
|
"id": "composer-1",
|
|
"name": "Composer 1"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex",
|
|
"name": "GPT-5.3 Codex"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex-low",
|
|
"name": "GPT-5.3 Codex Low"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex-high",
|
|
"name": "GPT-5.3 Codex High"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex-xhigh",
|
|
"name": "GPT-5.3 Codex Extra High"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex-fast",
|
|
"name": "GPT-5.3 Codex Fast"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex-low-fast",
|
|
"name": "GPT-5.3 Codex Low Fast"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex-high-fast",
|
|
"name": "GPT-5.3 Codex High Fast"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex-xhigh-fast",
|
|
"name": "GPT-5.3 Codex Extra High Fast"
|
|
},
|
|
{
|
|
"id": "gpt-5.2",
|
|
"name": "GPT-5.2"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-codex",
|
|
"name": "GPT-5.2 Codex"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-codex-high",
|
|
"name": "GPT-5.2 Codex High"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-codex-low",
|
|
"name": "GPT-5.2 Codex Low"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-codex-xhigh",
|
|
"name": "GPT-5.2 Codex Extra High"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-codex-fast",
|
|
"name": "GPT-5.2 Codex Fast"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-codex-high-fast",
|
|
"name": "GPT-5.2 Codex High Fast"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-codex-low-fast",
|
|
"name": "GPT-5.2 Codex Low Fast"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-codex-xhigh-fast",
|
|
"name": "GPT-5.2 Codex Extra High Fast"
|
|
},
|
|
{
|
|
"id": "gpt-5.1-codex-max",
|
|
"name": "GPT-5.1 Codex Max"
|
|
},
|
|
{
|
|
"id": "gpt-5.1-codex-max-high",
|
|
"name": "GPT-5.1 Codex Max High"
|
|
},
|
|
{
|
|
"id": "opus-4.6-thinking",
|
|
"name": "Claude 4.6 Opus (Thinking)"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-high",
|
|
"name": "GPT-5.2 High"
|
|
},
|
|
{
|
|
"id": "opus-4.6",
|
|
"name": "Claude 4.6 Opus"
|
|
},
|
|
{
|
|
"id": "opus-4.5",
|
|
"name": "Claude 4.5 Opus"
|
|
},
|
|
{
|
|
"id": "opus-4.5-thinking",
|
|
"name": "Claude 4.5 Opus (Thinking)"
|
|
},
|
|
{
|
|
"id": "sonnet-4.5",
|
|
"name": "Claude 4.5 Sonnet"
|
|
},
|
|
{
|
|
"id": "sonnet-4.5-thinking",
|
|
"name": "Claude 4.5 Sonnet (Thinking)"
|
|
},
|
|
{
|
|
"id": "gpt-5.1-high",
|
|
"name": "GPT-5.1 High"
|
|
},
|
|
{
|
|
"id": "gemini-3-pro",
|
|
"name": "Gemini 3 Pro"
|
|
},
|
|
{
|
|
"id": "gemini-3-flash",
|
|
"name": "Gemini 3 Flash"
|
|
},
|
|
{
|
|
"id": "grok",
|
|
"name": "Grok"
|
|
}
|
|
]
|
|
}
|