Grok 4.7 via the Tokenator API
What the model is for
Grok 4.7 is SpaceXAI's flagship model for coding, complex reasoning, and agentic tasks. It features improved long-horizon performance, self-verification, and long-context handling, with support for image understanding, tool calling, and configurable reasoning effort.
Specification
| Full name | Grok 4.7 |
| API ID | grok-4.7 |
| Model vendor | xAI |
| Type | Text model (chat / completions) |
| Context window | 500K tokens |
| Max output | 132.7K tokens |
| Image input | yes |
| Tokenator usage multiplier | 1.6× |
| Input modalities | text, image, file |
| Aliases | cursor-grok-4.7 |
| Supported API formats | /v1/chat/completions /v1/responses /v1/messages |
| Upstream providers | 1 |
| Current status | available |
| Data updated | 2026-09-21 |
Upstream providers
| Provider | Multiplier |
|---|---|
| AiPartners Ltd | 1.6× |
A request goes to the first available provider by priority; if it fails, Tokenator switches to the next one.
Example request
curl https://api.tokenator.top/v1/chat/completions \ -H "Authorization: Bearer sk-your-tokenator-key" \ -H "Content-Type: application/json" \ -d '{ "model": "grok-4.7", "messages": [{"role": "user", "content": "Hello"}] }'
Compatible tools
The model can be used in any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code, Cherry Studio, DeepSeek Harness, Hermes, Pi, OpenClaw.
See also
FAQ about Grok 4.7
What is the API ID of Grok 4.7?
grok-4.7 — put this into the model field of your request.
What context window does Grok 4.7 have?
500K tokens; max output is 132.7K tokens.
How many tokens will a request cost?
(input + output) × 1.6×. See the documentation for details.
Which tools support this model?
Any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code. Setup guides are in the integrations section.