You can proxy requests to xAI AI models through AI Gateway using the AI Proxy and AI Proxy Advanced plugins. This reference documents all supported AI capabilities, configuration requirements, and provider-specific details needed for proper integration.
xAI provider
Upstream paths
AI Gateway automatically routes requests to the appropriate xAI API endpoints. The following table shows the upstream paths used for each capability.
| Capability | Upstream path or API |
|---|---|
| Chat completions | /v1/chat/completions |
| Function calling | /v1/chat/completions |
| Responses | /v1/responses |
| Image generations | /v1/images/generations |
Supported capabilities
The following tables show the AI capabilities supported by xAI provider when used with the AI Proxy or the AI Proxy Advanced plugin.
Set the plugin’s
route_typebased on the capability you want to use. See the tables below for supported route types.
Text generation
Support for xAI basic text generation capabilities including chat, completions, and embeddings:
| Capability | Route type | Streaming | Model example | Min version |
|---|---|---|---|---|
| Chat completions | llm/v1/chat |
grok-3 | 3.13 |
Advanced text generation
Support for xAI function calling to allow xAI models to use external tools and APIs:
| Capability | Route type | Model example | Min version |
|---|---|---|---|
| Function calling | llm/v1/chat |
grok-3 | 3.13 |
Processing
Support for xAI file operations, batch operations, assistants, and response handling:
| Capability | Route type | Model example | Min version |
|---|---|---|---|
| Responses | llm/v1/responses |
grok-3 | 3.13 |
Image
Support for xAI image generation and editing capabilities:
| Capability | Route type | Model example | Min version |
|---|---|---|---|
| Generations | image/v1/images/generations |
grok-2-image | 3.13 |
For requests with large payloads, consider increasing
config.max_request_body_sizeto three times the raw binary size.Supported image sizes and formats vary by model. Refer to your provider’s documentation for allowed dimensions and requirements.
xAI base URL
The base URL is https://api.x.ai:443/{route_type_path}, where {route_type_path} is determined by the capability.
AI Gateway uses this URL automatically. You only need to configure a URL if you’re using a self-hosted or xAI-compatible endpoint, in which case set the upstream_url plugin option.
Configure xAI with AI Proxy
To use xAI with AI Gateway, configure the AI Proxy or AI Proxy Advanced.
Here’s a minimal configuration for chat completions:
For more configuration options and examples, see: