API Endpoints
OpenAI Format
POST /v1/chat/completions
OpenAI Chat Completions API
POST /v1/responses
OpenAI Responses API
GET /v1/models
List available models
Anthropic Format
POST /v1/messages
Anthropic Messages API (for Claude Code)
Other
GET /health
Health check and status
Usage
With Claude Code (Anthropic format):
ANTHROPIC_API_KEY=dummy ANTHROPIC_BASE_URL=http://localhost:8669 claude
With OpenAI SDK:
OPENAI_API_KEY=dummy OPENAI_BASE_URL=http://localhost:8669/v1