← All models
Try in Chat
Mistral 7B v0.3
mistral-7b-instruct-v0.3
Lightweight Mistral 7B instruct model. Fast and cost-effective for simple tasks.
chatfasttools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| OVHcloud | Gravelines, France | €0.11/M tokens | €0.11/M tokens | 127K |
OVHcloud Gravelines, France
- Input
- €0.11/M
- Output
- €0.11/M
- Context
- 127K
Specifications
Context window
127K
Providers
1
Released
May 2024
Try Mistral 7B v0.3
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistral-7b-instruct-v0.3",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'