xAI adds priority inference tier and permanent file URL sharing to Grok API in June 2026 updates
xAI shipped a set of API capability upgrades to its Grok inference platform in June 2026, including a new scheduling priority tier, expanded Files API integration with permanent URL generation, and Imagine model asset storage support. The updates give developers more control over throughput, latency, and the management of both input files and generated outputs.
What's new
Priority Processing
Developers can now request higher scheduling priority at inference time by setting service_tier: "priority" on individual API requests. Per the xAI docs: "You can now request higher scheduling priority per request by setting service_tier: "priority"" across inference endpoints. This lets latency-sensitive applications — real-time agents, interactive products — pay for faster queue position on shared infrastructure rather than defaulting to best-effort scheduling.
Files API — Permanent Shareable URLs
xAI expanded its Files API with three distinct improvements:
- Files stored in the Files API can now be converted to permanent, unauthenticated URLs — enabling sharing or serving generated assets without requiring API credentials
- Stored files can be referenced directly as model inputs without re-uploading on each request, reducing overhead for repeated-use assets
- Generated images from the Imagine model can be saved directly to Files storage with shareable links via the
storage_optionsparameter, integrating image generation with persistent file management
Context
xAI's inference API has expanded steadily since the launch of Grok Build and the Grok 4 model series. Earlier 2026 updates added Smart Turn for streaming speech-to-text (ML-powered end-of-turn detection), Context Compaction for condensing long conversations at lower cost, a WebSocket Responses API for persistent agent connections, and Custom Voices for cloning voice profiles across the Text-to-Speech and Voice Agent APIs.
The June updates extend that trajectory toward enterprise-grade infrastructure: priority scheduling addresses SLA requirements for production deployments, while the Files API improvements reduce per-request overhead and enable asset pipelines that generate, store, and serve AI output without intermediate handling.
Why it matters
For developers building production applications on xAI's platform, priority scheduling and durable file management close gaps that matter at scale. The service_tier: "priority" option is particularly significant for agentic workflows where consistent low latency is a product requirement, not just a preference. The Files API permanent URL feature simplifies architectures that need to expose AI-generated content to end users — image generation workflows, document pipelines — without building separate storage infrastructure around the API. Together, the June updates position the Grok API more competitively against OpenAI's Files API and batch/priority endpoints.
Corroborating sources
- Docs.x
https://docs.x.ai/developers/release-notes
“You can now request higher scheduling priority per request by setting `service_tier: "priority"`”