Description
A high-performing, industry-standard 7.3B parameter model, with optimizations for speed and context length. An improved version of [Mistral 7B Instruct v0.2](/models/mistralai/mistral-7b-instruct-v0.2), with the following changes: - Extended vocabulary to 32768 - Supports v3 Tokenizer - Supports function calling NOTE: Support for function calling depends on the provider.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Mistral: Mistral 7B Instruct v0.3 (mistralai/mistral-7b-instruct-v0.3)
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.3",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Mistral: Mistral 7B Instruct v0.3 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.2$ / 1M tokens
- Output: 0.2$ / 1M tokens
Token Limits
- Max Output: 4,096 tokens
- Max Context: 32,768 tokens
Subscription Tiers
- free
- pro
- ultimate