Mistral¶
Setup¶
Model prefix¶
Always prefix with mistral/:
completion("mistral/mistral-large-latest", messages)
completion("mistral/mistral-small-latest", messages)
completion("mistral/open-mistral-7b", messages)
completion("mistral/pixtral-12b-2409", messages) # vision
Vision¶
Mistral's image_url is a plain string (not an object). llmgate handles this wire format difference automatically: