Mistral Models
W-Kits supports Mistral's language models. Import and use these models in your AI agents for different capabilities.
Environment Setup
You need to set up your Mistral API key as an environment variable:
MISTRAL_API_KEY=xxxxxxxxxImport and Usage
import { mistral } from 'w-kits/models';
const agent = new Agent({
model: mistral('mixtral-8x7b-32768'),
// ... other configuration
});Model Capabilities
| Model | Image Input | Object Generation | Tool Usage | Tool Streaming |
|---|---|---|---|---|
| pixtral-large-latest | ||||
| mistral-large-latest | ||||
| mistral-small-latest | ||||
| ministral-3b-latest | ||||
| ministral-8b-latest | ||||
| pixtral-12b-2409 |