Haimaker.ai Logo
Mistral AI logo

Mistral Large 2512

mistralai/mistral-large-2512
Chat
Mistral AI|
Function CallingVision
Context Window
262K
tokens
Max Output
262K
tokens
Input Price
$0.50
/1M tokens
Output Price
$1.50
/1M tokens

Features & Capabilities

Modechat
Context Window262K tokens
Max Output262K tokens
Function CallingSupported
VisionSupported
Reasoning-
Web Search-
Url Context-

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="mistralai/mistral-large-2512",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

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

Use Mistral Large 2512 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Mistral AI