Before configuring, please review:
- Configuration Guide - How to configure providers
- General Settings - Common settings applicable to all providers
aicommit2 config set MISTRAL.key="your-api-key"
aicommit2 config set MISTRAL.model="codestral-latest"
aicommit2 config set MISTRAL.key="your-api-key" \
MISTRAL.model="codestral-latest" \
MISTRAL.temperature=0.7 \
MISTRAL.maxTokens=4000 \
MISTRAL.locale="en" \
MISTRAL.generate=3 \
MISTRAL.topP=0.9
Setting | Description | Default |
---|---|---|
key |
API key | - |
model |
Model to use | pixtral-12b-2409 |
The Mistral API key. If you don't have one, please sign up and subscribe in Mistral Console.
Default: pixtral-12b-2409
Supported:
codestral-latest
mistral-large-latest
pixtral-large-latest
ministral-8b-latest
mistral-small-latest
mistral-embed
mistral-moderation-latest
Setting | Description | Default |
---|---|---|
key |
API key | - |
model |
Model to use | codestral-latest |
The Codestral API key. If you don't have one, please sign up and subscribe in Mistral Console.
Default: codestral-latest
Supported:
codestral-latest
codestral-2501
aicommit2 config set CODESTRAL.model="codestral-2501"