Mistral 7B Instruct v0.3

General Purpose

Mistral AI's 7B instruct model v0.3. Strong general-purpose performance with Apache 2.0 license.

Pricing
Input
$0.10/1M
Output
$0.15/1M
Context Length
33K tokens
Max Completion
8K tokens

Capabilities

Chat
Tool Calling

Technical Details

Model ID
mistral-7b-v0.3
Tokenizer
Mistral

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.llamagate.ai/v1",
    api_key="your-api-key",
)

response = client.chat.completions.create(
    model="mistral-7b-v0.3",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Start Using Mistral 7B Instruct v0.3

Create an account and start building with just $5.

mistral-7b-v0.3 API - LlamaGate