LLM ReferenceLLM Reference
Fireworks AI

Mixtral 8x22B Instruct v0.1 on Fireworks AI

Mixtral · MistralAI

Serverless

Last refreshed 2026-04-19. Next refresh: weekly.

Why use Mixtral 8x22B Instruct v0.1 on Fireworks AI?

Fireworks AI offers Mixtral 8x22B Instruct v0.1 with pay-as-you-go pricing at $1.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 Mixtral 8x22B Instruct v0.1 across 4 providers to find the best fit for your use case
Input / 1M
$1.20
Output / 1M
$1.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
mixtral-8x22b-instruct-v0.1

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="mixtral-8x22b-instruct-v0.1",
    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 Mixtral 8x22B Instruct v0.1 Across Providers

ProviderInput (per 1M)Output (per 1M)
OpenRouter$2.00$6.00
Fireworks AI$1.20$1.20
SiliconFlow$0.65$0.65
Replicate API$2.10$2.10

Pricing

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

Capabilities

No model capability flags are currently sourced.

FAQ

What does Mixtral 8x22B Instruct v0.1 cost on Fireworks AI?

On Fireworks AI, Mixtral 8x22B Instruct v0.1 costs $1.2 per 1M input tokens and $1.2 per 1M output tokens.

What is the context window for Mixtral 8x22B Instruct v0.1 on Fireworks AI?

Mixtral 8x22B Instruct v0.1 supports a 64,000 token context window on Fireworks AI.

How does Fireworks AI compare to other Mixtral 8x22B Instruct v0.1 providers?

Mixtral 8x22B Instruct v0.1 is available from 4 providers. The cheapest input pricing is $0.65/1M tokens from SiliconFlow.

Who created Mixtral 8x22B Instruct v0.1?

Mixtral 8x22B Instruct v0.1 was created by MistralAI as part of the Mixtral model family.

Is Mixtral 8x22B Instruct v0.1 open source?

Mixtral 8x22B Instruct v0.1 is open source under Apache 2.0 according to the seed data.

Get Started

Model Specs

Released2024-04-17
Parameters8x22B
Context64K
ArchitectureMixture of Experts

Related Models on Fireworks AI