LLM ReferenceLLM Reference
Fireworks AI

Mistral NeMo (2407) on Fireworks AI

Mistral NeMo · MistralAI

Serverless

Last refreshed 2026-05-05. Next refresh: weekly.

Why use Mistral NeMo (2407) on Fireworks AI?

Fireworks AI offers Mistral NeMo (2407) with pay-as-you-go pricing at $0.20/1M input tokens. Fireworks AI offers a generative AI platform as a service, focusing on rapid product iteration and cost-efficient AI deployment.

Compare Mistral NeMo (2407) across 5 providers to find the best fit for your use case
Input / 1M
$0.20
Output / 1M
$0.20
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install openai
Auth
export FIREWORKS_API_KEY=...
Call
import os
from openai import OpenAI
client = OpenAI(
    api_key=os.environ["FIREWORKS_API_KEY"],
Model ID
mistral-nemo

Request example

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["FIREWORKS_API_KEY"],
    base_url="https://api.fireworks.ai/inference/v1"
)
response = client.chat.completions.create(
    model="mistral-nemo",
    messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)

Gotchas

  • Fireworks model IDs use "accounts/fireworks/models/{model-name}" format, e.g. "accounts/fireworks/models/llama4-scout-instruct-basic" or "accounts/fireworks/models/deepseek-r1".
  • The examples expect FIREWORKS_API_KEY; rename it only if your application config maps the new variable.

Compare Mistral NeMo (2407) Across Providers

ProviderInput (per 1M)Output (per 1M)
Mistral AI Studio$0.15$0.15
OpenRouter$0.02$0.03
Fireworks AI$0.20$0.20
Bitdeer AI$0.18$0.54
SiliconFlow$0.30$0.30

Pricing

TypePrice (per 1M)
Input tokens$0.20
Output tokens$0.20

Capabilities

No model capability flags are currently sourced.

About Mistral NeMo (2407)

Mistral NeMo is a 12B parameter open-source language model developed by Mistral AI, designed for efficient performance and reasoning tasks. With a 128K token context window, it excels at handling long documents and complex reasoning. The model is optimized for fast inference while maintaining strong performance across multiple benchmarks, making it suitable for enterprise deployments where balance between performance and resource efficiency is critical.

FAQ

What does Mistral NeMo (2407) cost on Fireworks AI?

On Fireworks AI, Mistral NeMo (2407) costs $0.2 per 1M input tokens and $0.2 per 1M output tokens.

What is the context window for Mistral NeMo (2407) on Fireworks AI?

Mistral NeMo (2407) supports a 128,000 token context window on Fireworks AI.

How does Fireworks AI compare to other Mistral NeMo (2407) providers?

Mistral NeMo (2407) is available from 5 providers. The cheapest input pricing is $0.02/1M tokens from OpenRouter.

Who created Mistral NeMo (2407)?

Mistral NeMo (2407) was created by MistralAI as part of the Mistral NeMo model family.

Is Mistral NeMo (2407) open source?

Mistral NeMo (2407) is open source under Apache 2.0 according to the seed data.

Get Started

Model Specs

Released2024-07-18
Parameters12B
Context128K
ArchitectureDecoder Only

Related Models on Fireworks AI