api.openai.com works against api.routeway.ai with only a base URL and key change.
All requests must include an
Authorization: Bearer <key> header. Obtain your key from the Dashboard.Endpoints
Inference
Account & Keys
Authentication
All endpoints (except a public status check) require a bearer token:OpenAI Compatibility
Drop in your existing OpenAI SDK code by changing two values:- Python
- Node.js