diff --git a/concepts/llm_providers/supported_providers.html b/concepts/llm_providers/supported_providers.html index 2888b560..9e6a4173 100755 --- a/concepts/llm_providers/supported_providers.html +++ b/concepts/llm_providers/supported_providers.html @@ -601,6 +601,101 @@ Any provider that implements the OpenAI API interface can be configured using cu +
+

Moonshot AI

+

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

moonshotai/kimi-k2-0905-preview

Foundation model optimized for agentic tasks with 32B activated parameters

Moonshot v1 32K

moonshotai/moonshot-v1-32k

Extended context model with 32K tokens

Moonshot v1 128K

moonshotai/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
+
+
+
+
+

Zhipu AI

+

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

zhipu/glm-4.6

Latest and most capable GLM model with enhanced reasoning abilities

GLM-4.5

zhipu/glm-4.5

High-performance model with multimodal capabilities

GLM-4.5 Air

zhipu/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
+
+
+

Providers Requiring Base URL

@@ -763,6 +858,8 @@ Any provider that implements the OpenAI API interface can be configured using cu
  • Google Gemini
  • Together AI
  • xAI
  • +
  • Moonshot AI
  • +
  • Zhipu AI
  • Providers Requiring Base URL