Back to Models
Mistral: Mistral 7B Instruct v0.1
mistralai/mistral-7b-instruct-v0.1Sep 28, 20232.8K context$0.11/M in · $0.19/M outDeprecates 2026-05-30
Upcoming deprecation
This model will be deprecated on 2026-05-30. Please plan to migrate to an alternative model before this date.
Description
A 7.3B parameter model that outperforms Llama 2 13B on all benchmarks, with optimizations for speed and context length.
Specifications
Provider
mistralai
Context Length
2.8K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.11 |
| Output | $0.19 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-7b-instruct-v0.1",
"messages": [{"role": "user", "content": "Hello!"}]
}'