快速开始

接入 TKAPIS

使用统一接口调用不同模型。先创建 API Key,再选择模型 ID 发起请求。

Base URL

https://api.tkapis.example/v1

请求示例

curl https://api.tkapis.example/v1/responses \
  -H "Authorization: Bearer tk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-5.6-terra","input":"你好"}'