mistralai

Mistral Mistral Medium 3.5

mistralai/mistral-medium-3-5

Input$1.50 /1M tokens
·
Output$7.50 /1M tokens

Mistral Medium 3.5 is a dense 128B instruction-following model from Mistral AI. It supports text and image inputs with text output, and is designed for agentic workflows, coding, and complex...

Code Examples

import requests

response = requests.post(
    "https://neurongate.net/v1/chat/completions",
    headers={
        "Authorization": "Bearer ng-your-api-key",
        "Content-Type": "application/json"
    },
    json={
        "model": "mistralai/mistral-medium-3-5",
        "messages": [
            {"role": "user", "content": "Hello!"}
        ]
    }
)

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

Pricing Details

ExampleCost
1K input tokens (short prompt)$0.00150
1K in + 500 out (typical response)$0.00525
10K in + 2K out (document analysis)$0.0300
100K in + 10K out (large context)$0.2250

Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.

Frequently Asked Questions

Capabilities

Streaming
Yes
Function Calling / Tools
Yes
Vision (Image Input)
Yes
Audio Processing
No

Context Window

262K tokens

~197K words of text

Modalities

Input
textimagefile
Output
text

Ready to build?

Pay with crypto. No subscriptions.

Get Started Free

Similar Models