From d477154e63b4ff994997bb773558e7d4dde90c3a Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Fri, 20 Feb 2026 14:53:47 +0530 Subject: [PATCH] chore: update model identifiers and display names in settings.json --- .factory/settings.json | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/.factory/settings.json b/.factory/settings.json index fd5ad54..3f5f419 100644 --- a/.factory/settings.json +++ b/.factory/settings.json @@ -24,12 +24,23 @@ "provider": "anthropic" }, { - "model": "Opus-4.6", - "id": "custom:Opus-4.6-(BYOK)-2", + "model": "Kimi-K2.5-BS10", + "id": "custom:Kimi-Baseten-(BYOK)-2", "index": 2, "baseUrl": "http://localhost:8383", "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, "extraArgs": { "parallel_tool_calls": true, @@ -42,11 +53,11 @@ }, { "model": "Sonnet-4.6", - "id": "custom:Sonnet-4.6-(BYOK)-2", - "index": 2, + "id": "custom:Gravity-Sonnet-4.6-(BYOK)-4", + "index": 4, "baseUrl": "http://localhost:8383", "apiKey": "sk-abcd", - "displayName": "Sonnet 4.6 (BYOK)", + "displayName": "Gravity Sonnet 4.6 (BYOK)", "maxOutputTokens": 64000, "extraArgs": { "parallel_tool_calls": true, @@ -59,8 +70,8 @@ }, { "model": "Gpt-5.3-Codex", - "id": "custom:Gpt-5.3-Codex-(BYOK)-3", - "index": 3, + "id": "custom:Gpt-5.3-Codex-(BYOK)-5", + "index": 5, "baseUrl": "http://localhost:8383/v1", "apiKey": "sk-abcd", "displayName": "Gpt 5.3 Codex (BYOK)", @@ -76,8 +87,8 @@ }, { "model": "Gpt-5.2", - "id": "custom:Gpt-5.2-(BYOK)-4", - "index": 4, + "id": "custom:Gpt-5.2-(BYOK)-6", + "index": 6, "baseUrl": "http://localhost:8383/v1", "apiKey": "sk-abcd", "displayName": "Gpt 5.2 (BYOK)", @@ -93,7 +104,7 @@ } ], "sessionDefaultSettings": { - "model": "custom:Gpt-5.3-Codex-(BYOK)-3", + "model": "custom:Gpt-5.3-Codex-(BYOK)-5", "autonomyMode": "auto-low", "specModeReasoningEffort": "none", "reasoningEffort": "none"