LLM ReferenceLLM Reference
Fireworks AI

Mistral NeMo Instruct (2407) on Fireworks AI

Mistral NeMo · MistralAI

Serverless

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

Why use Mistral NeMo Instruct (2407) on Fireworks AI?

Fireworks AI offers Mistral NeMo Instruct (2407) with pay-as-you-go pricing at $0.90/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 Instruct (2407) across 7 providers to find the best fit for your use case
Input / 1M
$0.90
Output / 1M
$0.90
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-instruct

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-instruct",
    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 Instruct (2407) Across Providers

ProviderInput (per 1M)Output (per 1M)
NVIDIA NIM
Microsoft Foundry$0.30$0.30
DeepInfra$0.02$0.04
Fireworks AI$0.90$0.90
Arcee AI$0.15$0.45
View all 7 providers →

Pricing

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

Capabilities

No model capability flags are currently sourced.

FAQ

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

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

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

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

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

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

Who created Mistral NeMo Instruct (2407)?

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

Is Mistral NeMo Instruct (2407) open source?

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

Get Started

Model Specs

Released2024-07-18
Parameters12B
Context128K
ArchitectureDecoder Only

GPU-Hour Providers(1)

Related Models on Fireworks AI