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 caseSetup recipe
Python + curlpip install replicateexport REPLICATE_API_TOKEN=...import replicate
output = replicate.run(
"mixtral-8x22b-instruct-v0.1",
input={"prompt": "Hello"}mixtral-8x22b-instruct-v0.1Request 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
| Provider | Input (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
| Type | Price (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.