지금 사용 가능
xAI
grok-4.20-0309-reasoning
Grok 4.20 is a reasoning model from xAI with industry-leading speed and agentic tool calling capabilities. It combines the lowest hallucination rate on the market with strict prompt adherance, delivering...
TextReasoningToolsFilesVision1MCacheWebSearch
입력$2.10/ 1M
출력$4.20/ 1M
엔드포인트anthropic, openai
기능
추론도구비전파일캐시구조화웹 검색
모달리티
입력
textimagefile
출력
text
빠른 통계
컨텍스트 윈도우1M
최대 출력2M
모드chat
토크나이저Grok
지식 컷오프2025
성능
성능 데이터 로딩 중...
지원 파라미터
| 파라미터 | 항상 | 기본값 |
|---|---|---|
| frequency_penalty | - | (보내지 않음) |
| include_reasoning | - | |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | - | (보내지 않음) |
| reasoning | - | |
| repetition_penalty | - | (보내지 않음) |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | (보내지 않음) | |
| tool_choice | - | |
| tools | - | |
| top_k | - | (보내지 않음) |
| top_logprobs | - | |
| top_p | (보내지 않음) |
§ 01
요금
| 입력 가격 | $2.10 · 100만 토큰 |
| 출력 가격 | $4.20 · 100만 토큰 |
| 호환 엔드포인트 | anthropic, openai |
| 공급자 | xAI |
§ 02
코드에서 grok-4.20-0309-reasoning 호출
OpenAI 호환 SDK를 UnoRouter으로 향하게 하고 이름으로 모델을 요청하세요. YOUR_API_KEY를 대시보드의 실제 키로 교체하세요.
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-4.20-0309-reasoning",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
자주 묻는 질문
grok-4.20-0309-reasoning은 100만 토큰당 얼마인가요?
입력은 100만 토큰당 $2.10, 출력은 100만 토큰당 $4.20입니다. 청구는 토큰 단위이며 배치 크기로 반올림하지 않습니다.
API를 통해 grok-4.20-0309-reasoning에 어떻게 액세스하나요?
model=grok-4.20-0309-reasoning으로 UnoRouter /v1/chat/completions 엔드포인트에 요청을 보내세요. OpenAI 호환 클라이언트 라이브러리가 작동합니다. 인증은 표준 Bearer 토큰을 사용합니다.
§ 04