Information
- OpenAPI version:
3.1.0
Single gateway to LLM providers. Three request formats are supported:
POST /v1/chat/completionsPOST /v1/messagesPOST /v1/responsesPoint any OpenAI- or Anthropic-compatible client at https://api.waibee.com
and authenticate with a platform API key (sk_live_...). Model IDs are
always <provider>/<model> and must come from GET /v1/models.
API key sk_live_... as Authorization: Bearer.
Security scheme type: http
API key sk_live_... in the x-api-key header (Anthropic SDK default).
Security scheme type: apiKey
Header parameter name: x-api-key