一、账号注册
注册与充值
- 访问首页:https://www.tkhub.ai
- 联系我们:https://docs.tkhub.ai/about 添加销售好友
- 销售会主动与您联系
二、接口配置
1. 获取令牌
- 登录后台系统
- 进入”令牌”页面
- 点击”添加令牌”获取 API Key
2. 接口地址
全球用户:一般情况下直接使用主地址3. 模型选择
模型名称位于网站顶部导航 -> “定价” 栏目列表中,需要保持模型名称一致三、测试验证
- 使用以下方式之一验证接口配置是否正确:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://api.tkhub.ai
https://api.tkhub.ai/v1
https://api.tkhub.ai/v1/chat/completions
https://api.tkhub.ai/v1/responses
{
"base_url": "https://api.tkhub.ai",
"api_key": "your_token_here",
"model": "selected_model_name"
}
Was this page helpful?