Description
A 7.3B parameter model that outperforms Llama 2 13B on all benchmarks, with optimizations for speed and context length.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Mistral: Mistral 7B Instruct v0.1 (mistralai/mistral-7b-instruct-v0.1)
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-v0.1",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Mistral: Mistral 7B Instruct v0.1 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.11$ / 1M tokens
- Output: 0.19$ / 1M tokens
Token Limits
- Max Output: 2,824 tokens
- Max Context: 2,824 tokens
Subscription Tiers
- free
- pro
- ultimate