hyre_gw_* key — if not, request access first.
Base configuration
Make a request
- curl
- Python (OpenAI SDK)
- Node.js (OpenAI SDK)
- Vercel AI SDK
- LangChain
Streaming
Set"stream": true — the gateway streams standard OpenAI SSE chunks, including a final usage frame, so SDK streaming helpers work unchanged:
Supported parameters
The request schema follows OpenAI’s/chat/completions:
Every response carries an
X-Request-Id header — include it when reporting an issue.
Next steps
Browse the model catalog
20+ models across FLASH, STANDARD, and PREMIUM tiers with live pricing.
Limits & error handling
Daily caps, error envelope, and status codes to handle in production.