Quick start
POST /api/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
Supports both streaming and non-streaming chat completions with usage accounting. Set "stream": true in your request body to receive a real-time SSE token stream.