这是一个DeepSeek API代理服务,提供认证和计费功能。
聊天补全接口,与DeepSeek原生API兼容。
认证: Bearer Token (API Key)
示例:
curl -X POST https://your-domain.com/api/v1/chat/completions \
-H "Authorization: Bearer your-api-key" \
-H "Content-Type: application/json" \
-d '{"messages":[{"role":"user","content":"你好"}]}'
查询用户余额。
认证: Bearer Token (API Key)
健康检查。
Authorization: Bearer your-api-key/api/v1/chat/completions 接口注意: 这是演示版本,实际使用时需要配置数据库和支付接口。