UniRouteUniRoute
All models
Grok 4.5
TextPopular

Grok

Grok 4.5

Access Grok 4.5 API on UniRoute and integrate xAI's latest AI model into your applications. Build AI coding assistants, autonomous AI agents, and enterprise workflows through one unified API with free credits, developer-friendly documentation, and fast production deployment.

Pricing

Billing unitUniRouteMarket
Input$0.80$2.00
Output$2.40$6.00

per 1M tokens

About this model

Access Grok 4.5 API on UniRoute and integrate xAI's latest AI model into your applications. Build AI coding assistants, autonomous AI agents, and enterprise workflows through one unified API with free credits, developer-friendly documentation, and fast production deployment.

Chat

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/chat/completions \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "grok-4-5",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'

Related models