Grok2API
X
Grok 4.5 API
xAI Grok 对话模型。具体型号用请求 model 参数选择(如 grok-4.5 / grok-4.5-fast / grok-4.3-fast)。
Model IDgrok-4.5
厂商 / ProviderGrok2API
类型 / Type对话
上下文 / Context256K
价格 / Price¥0.015000 /1K
可用性 / Uptime99.9%
其它 modelgrok-4.5-fast · grok-4.5-high · grok-4.3-fast · grok-4.20-fast 等(请求体 model 字段)
在线预览
LIVE PREVIEW
选择要预览的 Grok 型号(对应 API 的 model 参数)。fast/high 为网关别名,会转成 grok-4.5 + reasoning_effort。
运行后将在此显示响应结果
注意:沙盒在你的浏览器中直接向接入地址发起请求。请填入你自己的 API Key,密钥不会被本站存储。
等效代码
cURL
curl https://api.acicode.cc/v1/chat/completions \
-H "Authorization: Bearer sk-acicode-xxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-4.5",
"messages": [{"role": "user", "content": "Hello!"}]
}'