Last refreshed 2026-05-16. Next refresh: weekly.
Why use Grok 4 on Replicate API?
Replicate API offers Grok 4 with pay-as-you-go pricing at $7.20/1M input tokens. Replicate is a cloud-based platform that enables users to run machine learning models easily and efficiently.
Compare Grok 4 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(
"grok-4",
input={"prompt": "Hello"}grok-4Request example
import replicate
# reads REPLICATE_API_TOKEN from env
# grok-4 format: "owner/model-name" (latest version) or "owner/model-name:version-hash"
output = replicate.run(
"grok-4",
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 Grok 4 Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| Microsoft Foundry | — | — |
| OpenRouter | $3.00 | $15.00 |
| Replicate API | $7.20 | $36.00 |
| xAI Console | $1.25 | $2.50 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $7.20 |
| Output tokens | $36.00 |
Capabilities
About Grok 4
Original Grok 4 API model (grok-4-0709) with 256K context, reasoning, text and image input, function calling, structured outputs, live browsing, and code execution support. xAI lists May 15, 2026 as the API retirement date for this model; new integrations should use Grok 4.3.
FAQ
What does Grok 4 cost on Replicate API?
On Replicate API, Grok 4 costs $7.2 per 1M input tokens and $36 per 1M output tokens.
What is the context window for Grok 4 on Replicate API?
Grok 4 supports a 256,000 token context window on Replicate API.
How does Replicate API compare to other Grok 4 providers?
Grok 4 is available from 4 providers. The cheapest input pricing is $1.25/1M tokens from xAI Console.
Who created Grok 4?
Grok 4 was created by xAI as part of the Grok 4 model family.
Is Grok 4 open source?
Grok 4 is not open source; the seed data lists it as proprietary.