LLM ReferenceLLM Reference
Replicate API

Mixtral 8x22B Instruct v0.1 on Replicate API

Mixtral · MistralAI

Serverless

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

Why use Mixtral 8x22B Instruct v0.1 on Replicate API?

Replicate API offers Mixtral 8x22B Instruct v0.1 with pay-as-you-go pricing at $2.10/1M input tokens. Replicate is a cloud-based platform that enables users to run machine learning models easily and efficiently.

Compare Mixtral 8x22B Instruct v0.1 across 4 providers to find the best fit for your use case
Input / 1M
$2.10
Output / 1M
$2.10
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install replicate
Auth
export REPLICATE_API_TOKEN=...
Call
import replicate
output = replicate.run(
    "mixtral-8x22b-instruct-v0.1",
    input={"prompt": "Hello"}
Model ID
mixtral-8x22b-instruct-v0.1

Request example

import replicate

# reads REPLICATE_API_TOKEN from env
# mixtral-8x22b-instruct-v0.1 format: "owner/model-name" (latest version) or "owner/model-name:version-hash"
output = replicate.run(
    "mixtral-8x22b-instruct-v0.1",
    input={"prompt": "Hello"}
)
# Output is a list or generator depending on the model
print("".join(output))

Gotchas

  • Replicate uses "owner/model-name" format (e.g. "meta/meta-llama-3-8b-instruct") for the latest version, or "owner/model-name:version-sha" to pin to a specific version. The REST endpoint splits owner and model-name into the path: /v1/models/{owner}/{model-name}/predictions.
  • The examples expect REPLICATE_API_TOKEN; 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$2.10
Output tokens$2.10

Capabilities

No model capability flags are currently sourced.

FAQ

What does Mixtral 8x22B Instruct v0.1 cost on Replicate API?

On Replicate API, Mixtral 8x22B Instruct v0.1 costs $2.1 per 1M input tokens and $2.1 per 1M output tokens.

What is the context window for Mixtral 8x22B Instruct v0.1 on Replicate API?

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

How does Replicate API 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 Replicate API