chore(synthetic): update default small model

Andrey Nering created

The previous one was removed from the list.

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 🔗

@@ -155,7 +155,7 @@ func main() {
 		APIEndpoint:         "https://api.synthetic.new/openai/v1",
 		Type:                catwalk.TypeOpenAICompat,
 		DefaultLargeModelID: "hf:zai-org/GLM-4.7",
-		DefaultSmallModelID: "hf:deepseek-ai/DeepSeek-V3.1-Terminus",
+		DefaultSmallModelID: "hf:deepseek-ai/DeepSeek-V3.2",
 		Models:              []catwalk.Model{},
 	}
 

internal/providers/configs/synthetic.json 🔗

@@ -5,7 +5,7 @@
   "api_endpoint": "https://api.synthetic.new/openai/v1",
   "type": "openai-compat",
   "default_large_model_id": "hf:zai-org/GLM-4.7",
-  "default_small_model_id": "hf:deepseek-ai/DeepSeek-V3.1-Terminus",
+  "default_small_model_id": "hf:deepseek-ai/DeepSeek-V3.2",
   "models": [
     {
       "id": "hf:deepseek-ai/DeepSeek-R1-0528",