Description
A high-performing, industry-standard 7.3B parameter model, with optimizations for speed and context length. *Mistral 7B Instruct has multiple version variants, and this is intended to be the latest version.*
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Mistral: Mistral 7B Instruct (mistralai/mistral-7b-instruct)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "mistralai/mistral-7b-instruct",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Mistral: Mistral 7B Instruct model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.028$ / 1M tokens
- Output: 0.054$ / 1M tokens
Token Limits
- Max Output: 16,384 tokens
- Max Context: 32,768 tokens
Subscription Tiers
- free
- pro
- ultimate