Routes Overview
Global Information
| Item | Value |
|---|---|
| Base URL | https://logox.top |
| Auth | Authorization: Bearer sk-logox-your-key |
| Model query | GET /v1/models |
After changing the Base URL, requests work the same way as the official provider APIs.
Text Models and Calling Styles
OpenAI Style
| Method | Path | Description |
|---|---|---|
POST | /v1/chat/completions | Chat and text generation |
POST | /v1/responses | Responses API |
POST | /v1/embeddings | Embeddings API |
GET | /v1/models | Query models available to the current group token |
Anthropic Style
| Method | Path | Description |
|---|---|---|
POST | /v1/messages | Anthropic API |
GET | /v1/models | Query models available to the current group token |
Gemini Style
| Method | Path | Description |
|---|---|---|
POST | /v1beta/models/{model}:generateContent | Gemini API |
GET | /v1/models | Query models available to the current group token |
Multimedia Route Access
Image, video, and audio capabilities are handled by the media gateway. Page creation and API creation both belong to the Web Studio workspace.
- Web Studio page entry:
https://studio.logox.top/workspace/ - Media gateway Base URL:
https://media.logox.top - Multimedia API docs: Web Studio Media Gateway Workspace
