AI
Composer 2 API
via official Cursor Cloud Agents
Model IDcomposer-2
厂商 / Provider
类型 / Type对话
上下文 / Context200K
价格 / Price按量计费
可用性 / Uptime99.9%
在线预览
LIVE PREVIEW
运行后将在此显示响应结果
注意:沙盒在你的浏览器中直接向接入地址发起请求。请填入你自己的 API Key,密钥不会被本站存储。
等效代码
cURL
curl https://api.acicode.cc/v1/chat/completions \
-H "Authorization: Bearer sk-acicode-xxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "composer-2",
"messages": [{"role": "user", "content": "Hello!"}]
}'