Skip to main content

API Reference

The Turing platform is OpenAI-API-compatible — use the OpenAI or Anthropic SDK directly.

Base URL

RegionEndpoint
China (default)https://live-turing.cn.llm.tcljd.com/api/v1
Europehttps://live-turing.eu.llm.tcljd.com/api/v1
North Americahttps://live-turing.us.llm.tcljd.com/api/v1
Asia Pacific (Singapore)https://live-turing.sg.llm.tcljd.com/api/v1

Endpoints

POST/v1/chat/completions
Chat Completions — text chat, reasoning models, tool use, streaming Guide →
POST/v1/responses
Response API — OpenAI Response format with reasoning support Guide →
POST/v1/embeddings
Embeddings — text vectorization Guide →
POST/v1/images/generations
Image Generation — text-to-image (Seedream / Gemini Nano Banana) Guide →
POST/v1/audio/speech
Audio Speech — TTS synthesis Guide →
POST/v1/audio/transcriptions/runs
Audio Transcriptions — 语音转写 / 会议纪要 ASR Guide →
POST/v1/messages
Messages — Anthropic Claude native protocol Guide →
GET/v1/models
Models — list available models Guide →

Authentication

Every request must carry your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Get an API Key →

Interactive API

Swagger UI coming soon

Interactive API docs are being deployed. You'll be able to test requests directly on-page.

For now, refer to the endpoints list and usage guides below.