Grok-4.1-fast
Grok 4.1版本在创造性、情感化和协作性互动方面表现卓越。它更能洞察细腻的意图,交谈更具吸引力,个性更加连贯,同时完全保留了前代产品锐利的智能与可靠性。
- 能力
- "POST", "endpoint": "/v1/chat/completions", "protocol": "openai-chat", "parameters": {"optional": {"stream": {"type": "boolean", "default": false}, "max_tokens": {"type": "integer", "default": 1000}, "temperature": {"max": 2, "min": 0, "type": "number", "default": 0.7}}, "required": ["model", "messages"]}, "validation": {"timeout_ms": 30000, "status_codes": [200], "response_path": "choices[0].message.content", "must_be_non_empty": true}, "test_request": {"model": "{{model}}", "messages": [{"role": "user", "content": "Say hello in one sentence"}], "max_tokens": 50, "temperature": 0.7}}
- 输入
- text
- 输出
- text
- 区域
- global
- 验证时间
- 2026-08-15T05:05:43.163177721+00:00
- 价格
- 0.6 IFT / 1M tokens
- 文档
- -
调用示例
curl https://api.inferlink.ai/v1/chat/completions \
-H 'Authorization: Bearer $INFERLINK_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"model":"xai/xai/grok-4.1-fast","messages":[{"role":"user","content":"Hello"}]}'