mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"id": "mistral",
|
|
"enabledByDefault": true,
|
|
"providers": ["mistral"],
|
|
"providerAuthEnvVars": {
|
|
"mistral": ["MISTRAL_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "mistral",
|
|
"method": "api-key",
|
|
"choiceId": "mistral-api-key",
|
|
"choiceLabel": "Mistral API key",
|
|
"groupId": "mistral",
|
|
"groupLabel": "Mistral AI",
|
|
"groupHint": "API key",
|
|
"optionKey": "mistralApiKey",
|
|
"cliFlag": "--mistral-api-key",
|
|
"cliOption": "--mistral-api-key <key>",
|
|
"cliDescription": "Mistral API key"
|
|
}
|
|
],
|
|
"contracts": {
|
|
"memoryEmbeddingProviders": ["mistral"],
|
|
"mediaUnderstandingProviders": ["mistral"],
|
|
"realtimeTranscriptionProviders": ["mistral"]
|
|
},
|
|
"mediaUnderstandingProviderMetadata": {
|
|
"mistral": {
|
|
"capabilities": ["audio"],
|
|
"defaultModels": {
|
|
"audio": "voxtral-mini-latest"
|
|
},
|
|
"autoPriority": {
|
|
"audio": 50
|
|
}
|
|
}
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|