Перейти к содержимому

Overview

Single gateway to LLM providers. Three request formats are supported:

  • OpenAI Chat Completions on POST /v1/chat/completions
  • Anthropic Messages on POST /v1/messages
  • OpenAI Responses on POST /v1/responses

Point 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.

Information

  • OpenAPI version: 3.1.0

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