모든 GPT 20% 할인 🎉 DeepSeek 30% 할인자세히 보기

xAI: Grok 4.7

Chat
x-ai/grok-4.7

Grok 4.7 is xAI's latest reasoning model, succeeding Grok 4.6 for coding, agentic tool use, and general chat. It supports a 500K-token context window with always-on reasoning, function calling, structured outputs, and prompt caching; requests of 200K prompt tokens or more are billed at the long-context rate.

컨텍스트 윈도우
500K
최대 출력 토큰
66K
출시일
2026-09-21
기능
Function Calling추론프롬프트 캐싱
제공업체
xAI
지원 프로토콜
openai

Providers

xAIprovider.type: "grok"
입력 토큰
$2/M
출력 토큰
$6/M
캐시 읽기
$0.5/M
Protocols
openai/v1/chat/completions

코드 예제

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="x-ai/grok-4.7",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

가동 시간 및 상태

자주 묻는 질문

xAI: Grok 4.7은(는) Ofox.ai에서 입력 $2/M/백만 토큰, 출력 $6/M/백만 토큰입니다. 종량제, 월정액 없음.