From 88fed158590c9c2235bca2c7ce87f6f8eef5467f Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 20 Apr 2026 16:03:40 -0300 Subject: [PATCH] fix(data): fix default models --- cmd/copilot/main.go | 2 +- cmd/nebius/main.go | 2 +- internal/providers/configs/copilot.json | 2 +- internal/providers/configs/nebius.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/copilot/main.go b/cmd/copilot/main.go index 91b6657628a6192d8427f65ade5e2391ae00c24e..74230039c360bc3fcd09d9d0110f1daabeaaf36a 100644 --- a/cmd/copilot/main.go +++ b/cmd/copilot/main.go @@ -123,7 +123,7 @@ func run() error { Models: catwalkModels, APIEndpoint: "https://api.githubcopilot.com", Type: catwalk.TypeOpenAICompat, - DefaultLargeModelID: "claude-opus-4.6", + DefaultLargeModelID: "claude-sonnet-4.6", DefaultSmallModelID: "claude-haiku-4.5", } data, err := json.MarshalIndent(provider, "", " ") diff --git a/cmd/nebius/main.go b/cmd/nebius/main.go index b6c413877edc707739be7da84efe211ee45c5ed5..83fea423e0df971a040c01e5ba52c9a1c9ba5098 100644 --- a/cmd/nebius/main.go +++ b/cmd/nebius/main.go @@ -96,7 +96,7 @@ func main() { APIKey: "$NEBIUS_API_KEY", APIEndpoint: "https://api.tokenfactory.nebius.com/v1", // this is their default region, eu-north1 Type: catwalk.TypeOpenAICompat, - DefaultLargeModelID: "Qwen/Qwen3-Coder-30B-A3B-Instruct", + DefaultLargeModelID: "moonshotai/Kimi-K2.5", DefaultSmallModelID: "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B", } diff --git a/internal/providers/configs/copilot.json b/internal/providers/configs/copilot.json index 6c197da65fec746943a5403456049e0939c208f7..54faab4d7890199764718853261e0adfbd9ccc7f 100644 --- a/internal/providers/configs/copilot.json +++ b/internal/providers/configs/copilot.json @@ -3,7 +3,7 @@ "id": "copilot", "api_endpoint": "https://api.githubcopilot.com", "type": "openai-compat", - "default_large_model_id": "claude-opus-4.6", + "default_large_model_id": "claude-sonnet-4.6", "default_small_model_id": "claude-haiku-4.5", "models": [ { diff --git a/internal/providers/configs/nebius.json b/internal/providers/configs/nebius.json index 3357dab0d9736c87ac5354084281d682bdecb1fd..d0100f80d55a9bb0eb45028748926851b29ce3c1 100644 --- a/internal/providers/configs/nebius.json +++ b/internal/providers/configs/nebius.json @@ -4,7 +4,7 @@ "api_key": "$NEBIUS_API_KEY", "api_endpoint": "https://api.tokenfactory.nebius.com/v1", "type": "openai-compat", - "default_large_model_id": "Qwen/Qwen3-Coder-30B-A3B-Instruct", + "default_large_model_id": "moonshotai/Kimi-K2.5", "default_small_model_id": "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B", "models": [ {