Skip to content

Mistral 7B Instruct (Free)

mistral-7b-instruct:free

Mistral 7B Instruct (Free) by Mistral AI.

Context
32.8K tokens
Endpoint
Get API KeyCompare

Pricing

Input$0 / 1M
Output$0 / 1M
Cache Write$0 / 1M
Cache Read$0 / 1M
Prompt cache writes and reads are included at no additional cost.

Quick Start

Select an endpoint and copy a working example for this model.

Endpoint:
python
from openai import OpenAI client = OpenAI(    api_key="YOUR_API_KEY",    base_url="https://api.apertis.ai/v1") response = client.chat.completions.create(    model="mistral-7b-instruct:free",    messages=[        {"role": "user", "content": "Hello!"}    ],    max_tokens=1024,    temperature=0.7) print(response.choices[0].message.content) # Optional: Enable context compression to reduce token usage# response = client.chat.completions.create(#     model="mistral-7b-instruct:free",#     messages=[{"role": "user", "content": "Hello!"}],#     extra_body={"compression": {"enabled": True, "model": "gpt-4.1-mini"}}# )

Supported Parameters

API docs
Common7 params
modelmessagesmax_tokenstemperaturetop_pstreamtools
Extended4 params
reasoning_effortstream_optionsthinkingextra_body

Cursor IDE Model IDs

Use these namespaced identifiers in Cursor IDE to avoid conflicts with built-in models.

mistral-7b-instruct:free

Decision guidance

Fit the request contract before production.

Use this model when

  • The workload fits the text or chat tasks shown in this model's current catalog record.
  • The input fits within the published 32.8K-token context record, with output and system overhead budgeted separately.

Check before production

  • Confirm the production client uses one of the listed request surfaces: /v1/chat/completions, /v1/responses, /v1/messages.
  • Estimate a representative request from the current Free price fields instead of extrapolating from a tiny prompt.
  • Check the observed-availability card and run your own timeout, retry, and fallback test before relying on the model.

Compare with Other Models

See how this model compares to others from the same provider.

Voxtral Small 24B 2507

Voxtral Small is an upgraded version of Mistral Small 3 that adds advanced audio understanding while preserving strong text performance. It handles speech transcription, translation, and audio comprehension, with audio input billed per million seconds.

Context
32K
Input
$0.125/M
Output
$0.375/M

Mistral Small Creative

Mistral Small Creative is an experimental lightweight model focused on creative writing and storytelling. It excels at narrative generation, roleplay, character dialogue, and general instruction-following for conversational agents.

Context
32.8K
Input
$0.10/M
Output
$0.30/M

Mistral Small 4

Mistral Small 4 is the latest release in the Mistral Small family, unifying capabilities from multiple flagship models into a single system. It integrates strong reasoning (Magistral), multimodal understanding (Pixtral), and agentic coding capabilities (Devstral), enabling a versatile, all-in-one model. Designed to handle complex analysis, software development, and visual tasks within the same workflow, Mistral Small 4 is well suited for integrated agentic applications and end-to-end problem solving across domains.

Context
262.1K
Input
$0.15/M
Output
$0.60/M

Mistral Medium 3.1

Mistral Medium 3.1 is an enterprise-grade update to Mistral Medium 3, delivering near–frontier reasoning and multimodal performance at much lower cost (up to 8× cheaper than large models). It excels in coding, STEM, and enterprise workflows, supports hybrid and on-prem deployments, and offers accuracy competitive with larger models like Claude Sonnet and Llama Maverick while remaining easy to integrate across cloud environments.

Context
131.1K
Input
$0.40/M
Output
$2.00/M