Provider Prefix: moonshotai/
API Endpoint: /v1/chat/completions
Authentication: API Key - Get your Moonshot AI API key from Moonshot AI Platform.
+Supported Chat Models: All Moonshot AI chat models including Kimi K2, Moonshot v1, and all future releases.
+Model Name |
+Model ID for Config |
+Description |
+
|---|---|---|
Kimi K2 Preview |
+
|
+Foundation model optimized for agentic tasks with 32B activated parameters |
+
Moonshot v1 32K |
+
|
+Extended context model with 32K tokens |
+
Moonshot v1 128K |
+
|
+Long context model with 128K tokens |
+
Configuration Examples:
+llm_providers:
+ # Latest K2 models for agentic tasks
+ - model: moonshotai/kimi-k2-0905-preview
+ access_key: $MOONSHOTAI_API_KEY
+
+ # V1 models with different context lengths
+ - model: moonshotai/moonshot-v1-32k
+ access_key: $MOONSHOTAI_API_KEY
+
+ - model: moonshotai/moonshot-v1-128k
+ access_key: $MOONSHOTAI_API_KEY
+Provider Prefix: zhipu/
API Endpoint: /api/paas/v4/chat/completions
Authentication: API Key - Get your Zhipu AI API key from Zhipu AI Platform.
+Supported Chat Models: All Zhipu AI GLM models including GLM-4, GLM-4 Flash, and all future releases.
+Model Name |
+Model ID for Config |
+Description |
+
|---|---|---|
GLM-4.6 |
+
|
+Latest and most capable GLM model with enhanced reasoning abilities |
+
GLM-4.5 |
+
|
+High-performance model with multimodal capabilities |
+
GLM-4.5 Air |
+
|
+Lightweight and fast model optimized for efficiency |
+
Configuration Examples:
+llm_providers:
+ # Latest GLM models
+ - model: zhipu/glm-4.6
+ access_key: $ZHIPU_API_KEY
+
+ - model: zhipu/glm-4.5
+ access_key: $ZHIPU_API_KEY
+
+ - model: zhipu/glm-4.5-air
+ access_key: $ZHIPU_API_KEY
+