{ "id": "mistral", "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 ", "cliDescription": "Mistral API key" } ], "configSchema": { "type": "object", "additionalProperties": false, "properties": {} } }