ReferenceAsk
Remy Reference/models/Grok 4.7 Vision
X

Grok 4.7 Vision

Grok 4.7 Vision, a vision model from X.ai.
modelOverride: { model: "grok-4.7-vision" }
X.ai·Released September 2026
Pricing
Input
$2.00 / 1M
Output
$6.00 / 1M
Input
$4.00 / 1M
Output
$12.00 / 1M
Specifications
Context window
500,000 tokens
Max output
450,000 tokens
Released
September 2026
Model string
grok-4.7
Use this model
await mindstudio.analyzeImage({
  prompt: "What is in this image?",
  imageUrl: "...",
  modelOverride: {
    model: "grok-4.7-vision",
  },
});