xAI
延迟—
吞吐量—
上传速率—
上下文长度—
最大输出—
上传价格—每百万
输出价格—每百万
缓存读取—每百万
缓存写入—每百万
/xai/grok-4-1-auto
Grok 4.1 Auto: Released by xAI in November 2025, this is the default instant-response API tier. Featuring a 1 Million token context window and native access to the real-time X (Twitter) data stream, it highlights advanced emotional intelligence and creativity. Delivering a 30% boost in inference efficiency and a 20% drop in latency, it directly competes with GPT-5.5 Instant for high-speed conversational AI and real-time global data querying.
curl ${API_BASE_URL}/v1/chat/completions \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-4-1-auto",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'将 <YOUR_API_KEY> 替换为你在令牌管理页面生成的 API Key。
所有请求必须携带 Authorization: Bearer <TOKEN> 请求头。
RPM = 每分钟请求数,TPM = 每分钟 Token 数,RPD = 每天请求数。限制按令牌分组生效。