diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba8c68f6..abe4a7f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -407,7 +407,7 @@ Aden Hive supports **100+ LLM providers** via LiteLLM, giving users maximum flex | **Anthropic** | Claude 3.5 Sonnet, Haiku, Opus | Default provider, best for reasoning | | **OpenAI** | GPT-4, GPT-4 Turbo, GPT-4o | Function calling, vision | | **OpenRouter** | Any OpenRouter catalog model | Uses `OPENROUTER_API_KEY` and `https://openrouter.ai/api/v1` | -| **Hive LLM** | `queen`, `kimi-2.5`, `GLM-5` | Uses `HIVE_API_KEY` and the Hive-managed endpoint | +| **Hive LLM** | `queen`, `kimi-k2.5`, `GLM-5` | Uses `HIVE_API_KEY` and the Hive-managed endpoint | | **Google** | Gemini 1.5 Pro, Flash | Long context windows | | **DeepSeek** | DeepSeek V3 | Cost-effective, strong reasoning | | **Mistral** | Mistral Large, Medium, Small | Open weights, EU hosting | @@ -435,7 +435,7 @@ DEFAULT_MODEL = "claude-haiku-4-5-20251001" **Provider-Specific Notes** - **OpenRouter**: store `provider` as `openrouter`, use the raw OpenRouter model ID in `model` (for example `x-ai/grok-4.20-beta`), and use `OPENROUTER_API_KEY` -- **Hive LLM**: store `provider` as `hive`, use Hive model names such as `queen`, `kimi-2.5`, or `GLM-5`, and use `HIVE_API_KEY` +- **Hive LLM**: store `provider` as `hive`, use Hive model names such as `queen`, `kimi-k2.5`, or `GLM-5`, and use `HIVE_API_KEY` **For Development** - Use cheaper/faster models (Haiku, GPT-4o-mini) diff --git a/core/framework/llm/model_catalog.json b/core/framework/llm/model_catalog.json index 9929b009..4e72fecb 100644 --- a/core/framework/llm/model_catalog.json +++ b/core/framework/llm/model_catalog.json @@ -326,7 +326,7 @@ "supports_vision": false }, { - "id": "kimi-2.5", + "id": "kimi-k2.5", "label": "Kimi 2.5 - Via Hive", "recommended": false, "max_tokens": 32768, @@ -489,8 +489,8 @@ "recommended": true }, { - "id": "kimi-2.5", - "label": "kimi-2.5", + "id": "kimi-k2.5", + "label": "kimi-k2.5", "recommended": false }, { diff --git a/docs/configuration.md b/docs/configuration.md index 6c591c84..1db74f13 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -115,7 +115,7 @@ Hive LLM: Notes: - Set `provider` to `hive` -- Common Hive model values are `queen`, `kimi-2.5`, and `GLM-5` +- Common Hive model values are `queen`, `kimi-k2.5`, and `GLM-5` - Hive LLM requests use the Hive endpoint at `https://api.adenhq.com` ### Search & Tools (optional)