Models X-ai xAI: Grok 4.20
XA

xAI: Grok 4.20

x-ai/grok-4.20
2M tokens
Context
$2.00/M tokens
Input
$6.00/M tokens
Output
Th3 31, 2026
Released

Mô tả

Grok 4.20 is xAI's newest flagship model with industry-leading speed and agentic tool calling capabilities. It combines the lowest hallucination rate on the market with strict prompt adherance, delivering consistently precise and truthful responses. Reasoning can be enabled/disabled using the `reasoning` `enabled` parameter in the API. [Learn more in our docs](https://openrouter.ai/docs/use-cases/reasoning-tokens#controlling-reasoning-tokens)

Nhà cung cấp

X-ai

🚀 Dùng thử ngay

Trải nghiệm xAI: Grok 4.20 miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi xAI: Grok 4.20 từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Quickstart — cURL
curl https://bizgpt.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "x-ai/grok-4.20",
    "messages": [{"role":"user","content":"Hello!"}]
  }'