mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
feat(providers): add Mistral AI provider (#5009)
Signed-off-by: glinf <gregory.linford@mistral.ai>
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "mistral",
|
||||
"engine": "openai",
|
||||
"display_name": "Mistral AI",
|
||||
"description": "Frontier models from Mistral AI",
|
||||
"api_key_env": "MISTRAL_API_KEY",
|
||||
"base_url": "https://api.mistral.ai/v1/chat/completions",
|
||||
"models": [
|
||||
{
|
||||
"name": "mistral-medium-latest",
|
||||
"context_limit": 128000
|
||||
},
|
||||
{
|
||||
"name": "mistral-small-2506",
|
||||
"context_limit": 128000
|
||||
},
|
||||
{
|
||||
"name": "mistral-medium-2508",
|
||||
"context_limit": 128000
|
||||
},
|
||||
{
|
||||
"name": "magistral-medium-2509",
|
||||
"context_limit": 128000
|
||||
},
|
||||
{
|
||||
"name": "codestral-2508",
|
||||
"context_limit": 256000
|
||||
},
|
||||
{
|
||||
"name": "pixtral-large-2411",
|
||||
"context_limit": 128000
|
||||
},
|
||||
{
|
||||
"name": "ministral-8b-2410",
|
||||
"context_limit": 128000
|
||||
},
|
||||
{
|
||||
"name": "mistral-medium-2505",
|
||||
"context_limit": 128000
|
||||
},
|
||||
{
|
||||
"name": "ministral-3b-2410",
|
||||
"context_limit": 128000
|
||||
}
|
||||
],
|
||||
"supports_streaming": true
|
||||
}
|
||||
Reference in New Issue
Block a user