What this offer provides
SenseTime’s official documentation confirms the Model-as-a-Service API and experience center. A public, durable free-quota rule was not confirmed, so the directory keeps it visible but does not call it free.
Quick facts
Free mechanismAPI confirmed; free quota not confirmed
ValidityUnknown / check account
AccessChina account
Last verified2026-09-06
How to use it
通过 SenseCore 控制台确认并调用 Model-as-a-Service API
Prerequisites
- SenseCore 账号
- 确认模型和地区可用性
Steps
- 打开官方控制台并完成登录
- 在文档确认 Endpoint 后创建凭据并发送请求
curl
curl --request POST https://api.sensecore.cn/v1/chat/completions --header 'Authorization: Bearer ${SENSECORE_API_KEY}' --header 'Content-Type: application/json' --data '{"model":"model-id","messages":[{"role":"user","content":"Hello"}]}'
Official sources
Official documentation confirms the API and experience center but not a durable public free quota.