# DevToks OpenAI-compatible API access for teams using multiple LLM providers, with transparent pricing and operational visibility. Base URL: https://api.devtoks.com/v1 Authentication: Authorization: Bearer sk-your-key ## Documentation - [API Quickstart Guide](https://devtoks.com/docs/quickstart) - [API Quickstart Guide Markdown](https://devtoks.com/docs/quickstart.md) - [API Reference](https://devtoks.com/docs/api-reference) - [API Reference Markdown](https://devtoks.com/docs/api-reference.md) ## API Endpoint Groups - Chat & Text Completions: POST /v1/chat/completions; POST /v1/completions; POST /v1/edits - Responses API: POST /v1/responses; POST /v1/responses/compact; POST /v1/responses/input_tokens; GET /v1/responses/:id; GET /v1/responses/:id/input_items; DELETE /v1/responses/:id; POST /v1/responses/:id/cancel - Messages (Anthropic Native): POST /v1/messages - Embeddings: POST /v1/embeddings; POST /v1/engines/:model/embeddings - Rerank: POST /v1/rerank; POST /v2/rerank - Images: POST /v1/images/generations; POST /v1/images/edits - Audio: POST /v1/audio/speech; POST /v1/audio/transcriptions; POST /v1/audio/translations - Video: POST /v1/videos; GET /v1/videos; GET /v1/videos/:id; GET /v1/videos/:id/content; DELETE /v1/videos/:id; POST /v1/video/generations; GET /v1/video/generations/:id - Moderation: POST /v1/moderations - Realtime: GET /v1/realtime; GET /v1/responses - MCP (Model Context Protocol): POST /mcp - Asset Management: POST /volc/asset/CreateAssetGroup; POST /volc/asset/CreateAsset; POST /volc/asset/ListAssetGroups; POST /volc/asset/ListAssets; POST /volc/asset/GetAssetGroup; POST /volc/asset/GetAsset; POST /volc/asset/UpdateAssetGroup; POST /volc/asset/UpdateAsset - Models: GET /v1/models; GET /v1/models/:model - Balance: GET /v1/token/balance; GET /api/token/balance - Special Endpoints: POST /api/paas/v4/layout_parsing ## Notes for AI Agents - Use the Markdown links above for plain-text source content. - The Markdown routes and this file are generated from the same source data as the public docs pages. - Do not treat the sample key as a real credential.