chore: fix wrong model name
This commit is contained in:
+2
-2
@@ -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 |
|
| **Anthropic** | Claude 3.5 Sonnet, Haiku, Opus | Default provider, best for reasoning |
|
||||||
| **OpenAI** | GPT-4, GPT-4 Turbo, GPT-4o | Function calling, vision |
|
| **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` |
|
| **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 |
|
| **Google** | Gemini 1.5 Pro, Flash | Long context windows |
|
||||||
| **DeepSeek** | DeepSeek V3 | Cost-effective, strong reasoning |
|
| **DeepSeek** | DeepSeek V3 | Cost-effective, strong reasoning |
|
||||||
| **Mistral** | Mistral Large, Medium, Small | Open weights, EU hosting |
|
| **Mistral** | Mistral Large, Medium, Small | Open weights, EU hosting |
|
||||||
@@ -435,7 +435,7 @@ DEFAULT_MODEL = "claude-haiku-4-5-20251001"
|
|||||||
|
|
||||||
**Provider-Specific Notes**
|
**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`
|
- **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**
|
**For Development**
|
||||||
- Use cheaper/faster models (Haiku, GPT-4o-mini)
|
- Use cheaper/faster models (Haiku, GPT-4o-mini)
|
||||||
|
|||||||
@@ -326,7 +326,7 @@
|
|||||||
"supports_vision": false
|
"supports_vision": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "kimi-2.5",
|
"id": "kimi-k2.5",
|
||||||
"label": "Kimi 2.5 - Via Hive",
|
"label": "Kimi 2.5 - Via Hive",
|
||||||
"recommended": false,
|
"recommended": false,
|
||||||
"max_tokens": 32768,
|
"max_tokens": 32768,
|
||||||
@@ -489,8 +489,8 @@
|
|||||||
"recommended": true
|
"recommended": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "kimi-2.5",
|
"id": "kimi-k2.5",
|
||||||
"label": "kimi-2.5",
|
"label": "kimi-k2.5",
|
||||||
"recommended": false
|
"recommended": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ Hive LLM:
|
|||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
- Set `provider` to `hive`
|
- 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`
|
- Hive LLM requests use the Hive endpoint at `https://api.adenhq.com`
|
||||||
|
|
||||||
### Search & Tools (optional)
|
### Search & Tools (optional)
|
||||||
|
|||||||
Reference in New Issue
Block a user