chore(io.net): use kimi k2.5 as the default large model

Andrey Nering created

Change summary

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

Detailed changes

cmd/ionet/main.go 🔗

@@ -44,7 +44,7 @@ func main() {
 		APIKey:              "$IONET_API_KEY",
 		APIEndpoint:         "https://api.intelligence.io.solutions/api/v1",
 		Type:                catwalk.TypeOpenAICompat,
-		DefaultLargeModelID: "zai-org/GLM-4.7",
+		DefaultLargeModelID: "moonshotai/Kimi-K2.5",
 		DefaultSmallModelID: "zai-org/GLM-4.7-Flash",
 	}
 

internal/providers/configs/ionet.json 🔗

@@ -4,7 +4,7 @@
   "api_key": "$IONET_API_KEY",
   "api_endpoint": "https://api.intelligence.io.solutions/api/v1",
   "type": "openai-compat",
-  "default_large_model_id": "zai-org/GLM-4.7",
+  "default_large_model_id": "moonshotai/Kimi-K2.5",
   "default_small_model_id": "zai-org/GLM-4.7-Flash",
   "models": [
     {