API Reference
OpenAI-compatible chat completions come first.
The first release centers on /v1/chat/completions with streaming, tool calling, and JSON mode. Unsupported request fields are accepted and ignored where practical.
- Bearer-token authentication with organization-scoped API keys.
- Stable errors for auth, model availability, rate limiting, and timeouts.
- Streaming responses and usage finalization designed for real production traffic.