GET | https://dimilinks.com/v1/models | List the models available to the current key |
POST | https://dimilinks.com/v1/chat/completions | OpenAI-compatible chat for GPT; also supports Claude and other text models through the OpenAI protocol |
POST | https://api-direct.dimilinks.com/v1/messages | Native Anthropic protocol; recommended for the Claude SDK and Claude Code |
POST | https://dimilinks.com/v1/images/generations | Text-to-image generation with JSON reference-image extensions |
POST | https://dimilinks.com/v1/images/edits | Multipart image-to-image generation and editing |
POST | https://dimilinks.com/v1/videos/generations | Text-to-video and reference-image-to-video generation |
GET | https://dimilinks.com/v1/tasks/{task_id} | Shared image and video task retrieval |
GET | https://dimilinks.com/v1/videos/{task_id}/content | Direct video task result (authentication required) |
GET | https://dimilinks.com/p/img/{task_id}/{idx} | Signed image URL (no Bearer token required; the signature is embedded in the URL) |