fix(synthetic): change default large model to one that exists

Andrey Nering created

Change summary

cmd/synthetic/main.go                     | 2 +-
internal/providers/configs/synthetic.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

cmd/synthetic/main.go 🔗

@@ -159,7 +159,7 @@ func main() {
 		APIKey:              "$SYNTHETIC_API_KEY",
 		APIEndpoint:         "https://api.synthetic.new/openai/v1",
 		Type:                catwalk.TypeOpenAICompat,
-		DefaultLargeModelID: "hf:zai-org/GLM-4.7",
+		DefaultLargeModelID: "hf:moonshotai/Kimi-K2.5",
 		DefaultSmallModelID: "hf:deepseek-ai/DeepSeek-V3.2",
 		Models:              []catwalk.Model{},
 	}

internal/providers/configs/synthetic.json 🔗

@@ -4,7 +4,7 @@
   "api_key": "$SYNTHETIC_API_KEY",
   "api_endpoint": "https://api.synthetic.new/openai/v1",
   "type": "openai-compat",
-  "default_large_model_id": "hf:zai-org/GLM-4.7",
+  "default_large_model_id": "hf:moonshotai/Kimi-K2.5",
   "default_small_model_id": "hf:deepseek-ai/DeepSeek-V3.2",
   "models": [
     {