fix: change synthetic default model to one that exists

Andrey Nering created

Change summary

internal/providers/configs/synthetic.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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.6",
+  "default_large_model_id": "hf:zai-org/GLM-4.7",
   "default_small_model_id": "hf:deepseek-ai/DeepSeek-V3.1-Terminus",
   "models": [
     {
@@ -290,4 +290,4 @@
       "options": {}
     }
   ]
-}
+}