Back to Models
xAI: Grok 3 Beta
x-ai/grok-3-betaApr 9, 2025131.1K context$3.00/M in · $15.00/M outDeprecates 2026-05-15
Upcoming deprecation
This model will be deprecated on 2026-05-15. Please plan to migrate to an alternative model before this date.
Description
Grok 3 is the latest model from xAI. It's their flagship model that excels at enterprise use cases like data extraction, coding, and text summarization. Possesses deep domain knowledge in finance, healthcare, law, and science.
Excels in structured tasks and benchmarks like GPQA, LCB, and MMLU-Pro where it outperforms Grok 3 Mini even on high thinking.
Note: That there are two xAI endpoints for this model. By default when using this model we will always route you to the base endpoint. If you want the fast endpoint you can add provider: { sort: throughput}, to sort by throughput instead.
Specifications
Provider
x-ai
Context Length
131.1K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $3.00 |
| Output | $15.00 |
| Cache Read | $0.75 |
| Web Search | $0.0050 / call |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "x-ai/grok-3-beta",
"messages": [{"role": "user", "content": "Hello!"}]
}'