The Turing platform is OpenAI-API-compatible — use the OpenAI or Anthropic SDK directly.
Quick Start
3 steps: get a key, install the SDK, make a call
First Call
cURL / Python / Java / JavaScript — copy and run
Models
150+ models — filter by price, capability, modality
| Region | Endpoint |
|---|---|
| China (default) | https://live-turing.cn.llm.tcljd.com/api/v1 |
| Europe | https://live-turing.eu.llm.tcljd.com/api/v1 |
| North America | https://live-turing.us.llm.tcljd.com/api/v1 |
| Asia Pacific (Singapore) | https://live-turing.sg.llm.tcljd.com/api/v1 |
/v1/chat/completions/v1/responses/v1/embeddings/v1/images/generations/v1/audio/speech/v1/audio/transcriptions/runs/v1/messages/v1/modelsEvery request must carry your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYSwagger 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.