chore: update model identifiers and display names in settings.json

This commit is contained in:
2026-02-20 14:53:47 +05:30
parent 290843f234
commit d477154e63

View File

@@ -24,12 +24,23 @@
"provider": "anthropic" "provider": "anthropic"
}, },
{ {
"model": "Opus-4.6", "model": "Kimi-K2.5-BS10",
"id": "custom:Opus-4.6-(BYOK)-2", "id": "custom:Kimi-Baseten-(BYOK)-2",
"index": 2, "index": 2,
"baseUrl": "http://localhost:8383", "baseUrl": "http://localhost:8383",
"apiKey": "sk-abcd", "apiKey": "sk-abcd",
"displayName": "Opus 4.6 (BYOK)", "displayName": "Kimi Baseten (BYOK)",
"maxOutputTokens": 131072,
"noImageSupport": false,
"provider": "openai"
},
{
"model": "Opus-4.6",
"id": "custom:Gravity-Opus-4.6-(BYOK)-3",
"index": 3,
"baseUrl": "http://localhost:8383",
"apiKey": "sk-abcd",
"displayName": "Gravity Opus 4.6 (BYOK)",
"maxOutputTokens": 128000, "maxOutputTokens": 128000,
"extraArgs": { "extraArgs": {
"parallel_tool_calls": true, "parallel_tool_calls": true,
@@ -42,11 +53,11 @@
}, },
{ {
"model": "Sonnet-4.6", "model": "Sonnet-4.6",
"id": "custom:Sonnet-4.6-(BYOK)-2", "id": "custom:Gravity-Sonnet-4.6-(BYOK)-4",
"index": 2, "index": 4,
"baseUrl": "http://localhost:8383", "baseUrl": "http://localhost:8383",
"apiKey": "sk-abcd", "apiKey": "sk-abcd",
"displayName": "Sonnet 4.6 (BYOK)", "displayName": "Gravity Sonnet 4.6 (BYOK)",
"maxOutputTokens": 64000, "maxOutputTokens": 64000,
"extraArgs": { "extraArgs": {
"parallel_tool_calls": true, "parallel_tool_calls": true,
@@ -59,8 +70,8 @@
}, },
{ {
"model": "Gpt-5.3-Codex", "model": "Gpt-5.3-Codex",
"id": "custom:Gpt-5.3-Codex-(BYOK)-3", "id": "custom:Gpt-5.3-Codex-(BYOK)-5",
"index": 3, "index": 5,
"baseUrl": "http://localhost:8383/v1", "baseUrl": "http://localhost:8383/v1",
"apiKey": "sk-abcd", "apiKey": "sk-abcd",
"displayName": "Gpt 5.3 Codex (BYOK)", "displayName": "Gpt 5.3 Codex (BYOK)",
@@ -76,8 +87,8 @@
}, },
{ {
"model": "Gpt-5.2", "model": "Gpt-5.2",
"id": "custom:Gpt-5.2-(BYOK)-4", "id": "custom:Gpt-5.2-(BYOK)-6",
"index": 4, "index": 6,
"baseUrl": "http://localhost:8383/v1", "baseUrl": "http://localhost:8383/v1",
"apiKey": "sk-abcd", "apiKey": "sk-abcd",
"displayName": "Gpt 5.2 (BYOK)", "displayName": "Gpt 5.2 (BYOK)",
@@ -93,7 +104,7 @@
} }
], ],
"sessionDefaultSettings": { "sessionDefaultSettings": {
"model": "custom:Gpt-5.3-Codex-(BYOK)-3", "model": "custom:Gpt-5.3-Codex-(BYOK)-5",
"autonomyMode": "auto-low", "autonomyMode": "auto-low",
"specModeReasoningEffort": "none", "specModeReasoningEffort": "none",
"reasoningEffort": "none" "reasoningEffort": "none"