Run xAI Grok 4.6 on Muapi. High-speed multimodal reasoning, configurable depth, and live web search. Try free — pay per generation. Grok 4.6 is xAI’s next-generation multimodal reasoning model, supporting mixed text/image inputs, adjustable reasoning effort, and integrated web search tools. Token-based pricing: $1.50/M input tokens, $4.50/M output tokens. Two endpoints: standard async (/grok-4-6) and live streaming (/grok-4-6/stream) via SSE.
About this model
Grok 4.6 is xAI's flagship multimodal reasoning language model engineered to deliver advanced cognitive capabilities, deep real-time reasoning, and integrated web browsing. It seamlessly handles complex mixed text and image prompts, allows granular control over reasoning depth from low to xhigh, and retrieves real-time information via live web search. Billed transparently on a token basis with zero upfront commitments.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $1.50/M input, $4.50/M output tokens | Token-based pricing with an upfront minimum of $0.0001 and live SSE streaming. |
| xAI (official) | $2.00/M input, $10.00/M output tokens | Official API tier rates. muapiapp provides developer rates with volume savings. |
Token-based pricing with an upfront minimum of $0.0001 and live SSE streaming.
Official API tier rates. muapiapp provides developer rates with volume savings.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | The user message or instruction. | Solve this complex math puzzle step by step. |
| Image URL | string | Optional image URL for multimodal requests. | undefined |
| System Prompt | string | Optional system-level instruction to guide model behavior. | You are an expert tutor. |
| Reasoning Effort | Enum (4 options) | Reasoning effort level. Higher values provide more thorough reasoning. | low |
| Web Search | boolean | Enable web search tool for real-time information retrieval. | false |
The user message or instruction.
Solve this complex math puzzle step by step.Optional image URL for multimodal requests.
undefinedOptional system-level instruction to guide model behavior.
You are an expert tutor.Reasoning effort level. Higher values provide more thorough reasoning.
lowEnable web search tool for real-time information retrieval.
falseDeveloper documentation
prompt.image_url to perform vision tasks.reasoning_effort ("low", "medium", "high", "xhigh").web_search: true to enable live web retrieval./grok-4-6 for async task execution, or use /grok-4-6/stream for real-time SSE token delivery.curl -X POST https://api.muapi.ai/api/v1/grok-4-6 \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Analyze this quarterly report chart and summarize key findings with high reasoning.",
"image_url": "https://example.com/chart.png",
"reasoning_effort": "high",
"web_search": false
}'
Frequently asked
Grok 4.6 is xAI's advanced multimodal reasoning model with hybrid thinking, image comprehension, and integrated web search tools.
Pricing is token-based: $1.50 per million input tokens and $4.50 per million output tokens with a minimum upfront charge of $0.0001.
Yes. Real-time streaming is available at /grok-4-6/stream using Server-Sent Events (SSE) returning delta chunks.
Yes. You can pass image_url for vision inputs and enable web_search for live internet retrieval.
You can select low, medium, high, or xhigh reasoning effort depending on the depth of thinking required.