TL;DR
- SpaceXAI reports a new model, grok-4.5, positioned for coding, agentic workflows, and knowledge work and calls it “its smartest model to date.”
- Company-reported highlights: token-efficiency example on SWE Bench Pro (15, 954 vs 67, 020 output tokens vs Opus 4.8 max), pricing of $2 per million input / $6 per million output tokens, and 80 TPS serving rate, all reported by SpaceXAI and lacking independent verification in the announcement.
- If the token-efficiency advantage generalizes, output-heavy workloads (large codegen, long agent runs, document synthesis) could see meaningful cost and latency improvements, but you should validate with a small, reproducible pilot and demand benchmark artifacts and latency percentiles from SpaceXAI.
“its smartest model to date.”
What SpaceXAI says it shipped
Here are the company-reported facts you’ll want to cite or verify when talking to vendors or evaluating a pilot.
- Model: grok-4.5, positioned for coding, agentic tasks, and office/knowledge work (company-reported).
- Cursor link: SpaceXAI reports grok-4.5 was trained alongside Cursor, its AI coding editor, and is available in Cursor on all plans (company-reported).
- Grok Build: grok-4.5 is the default model in Grok Build (company-reported); SpaceXAI is offering limited free usage in Grok Build and Cursor (terms not detailed in the announcement).
- Training scale (company-reported): the announcement references large-scale runs and training on NVIDIA GB300 GPUs; SpaceXAI’s text includes a “tens of thousands of NVIDIA GB300 GPUs” phrase in promotional materials (company-reported; exact counts and GPU-hour breakdowns are not disclosed).
- Reinforcement learning scope (company-reported): SpaceXAI says RL-focused training covered a large set of agentic rollouts and “hundreds of thousands of tasks” (company-reported; details on RL variant and rollout length were not published).
- Token-efficiency example (company-reported): on SWE Bench Pro SpaceXAI reports grok-4.5 resolved tasks with an average of 15, 954 output tokens versus Opus 4.8 (max) at 67, 020 output tokens, roughly 4.2× fewer output tokens in that comparison (company-reported).
- Serving and pricing (company-reported): SpaceXAI reports grok-4.5 is served at 80 TPS and priced at $2 per million input tokens and $6 per million output tokens (company-reported; the announcement does not specify payload mix used to measure TPS or latency percentiles).
- Benchmarks (company-reported): SpaceXAI’s published charts show grok-4.5 ranking #1 on Harvey’s Legal Agent Benchmark (company-reported) and compare coding scores where Fable (max) leads the four coding benchmarks shown and grok-4.5 is closest on Terminal Bench 2.1 (company-reported).
- Availability (company-reported): grok-4.5 is live in Grok Build, available in Cursor and via the SpaceXAI console; the company says it is not yet available in the EU and expects EU availability in mid‑July (year not specified in the announcement).
- Definitions included: pass@1 counts only first-attempt passes; “resolve rate” is the share of tasks fixed (company-provided definitions).
- Examples and quick-starts: the announcement includes example cURL calls and a CLI install snippet for Grok Build (company-provided).
Why token efficiency matters, and how to interpret SpaceXAI’s figures
SpaceXAI emphasizes “per-token intelligence” and token efficiency. That matters because their pricing separates input and output tokens: $2 per million input tokens and $6 per million output tokens (company-reported). Lower output-token counts can directly reduce cost and the time spent waiting for long responses, but the real impact depends on exactly what those token totals include.
Important accounting question: ask whether reported output-token counts include intermediate agent traces, tool calls (responses from external APIs), or only the final rendered text. If token totals include tool outputs or chain-of-thought traces, the cost story shifts and comparisons between vendors can be misleading.
Cost formula (use this when modeling):
- Cost = (input_tokens / 1, 000, 000) * $2 + (output_tokens / 1, 000, 000) * $6
Illustrative calculation using SpaceXAI’s reported averages (company-reported output-token numbers):
- Assume 1, 000 input tokens.
- Grok 4.5 output (reported average): 15, 954 tokens → input cost = (1, 000/1, 000, 000)*$2 = $0.002; output cost = (15, 954/1, 000, 000)*$6 ≈ $0.09572; total ≈ $0.098.
- Opus 4.8 (reported average): 67, 020 tokens → input cost = $0.002; output cost = (67, 020/1, 000, 000)*$6 ≈ $0.40212; total ≈ $0.404.
- Under this illustrative scenario, the grok-4.5 run costs roughly four times less than the Opus example, driven entirely by the output-token difference (company-reported numbers used).
That example demonstrates how output-token efficiency can change economics for output-heavy tasks. But do not assume this gap holds across your workloads, prompt size, number of retries (pass@k vs pass@1), tool calls, and the need for human-in-the-loop corrections all change the real cost per resolved task.
Benchmarks and the caveats you need to press on
SpaceXAI published comparative charts and numeric claims. Treat those as company-reported signals and ask for reproducible artifacts before acting on them.
- Provenance and reproducibility: request the exact evaluation harness, prompt templates, decoding parameters (temperature, top-p), pass@k values beyond pass@1, and whether tool usage or chain-of-thought traces were allowed in evaluations. These variables materially affect scores.
- Dataset overlap and prompt-engineering risk: models often perform best on distributions similar to their training data. Ask whether benchmark prompts or test-data overlap with SpaceXAI’s training data.
- What TPS actually means: SpaceXAI reports 80 TPS (company-reported). TPS is an aggregate serving throughput number; you should demand p50/p95/p99 latency numbers at realistic payloads (1k/10k/50k output tokens) and under typical concurrent load to assess user experience.
- Token accounting: confirm whether reported token counts include tool responses, intermediate agent state, or only final output. That determines whether the token-efficiency metric translates to lower invoice amounts in your orchestration stack.
- Missing technical disclosures: architecture, parameter counts, training-data composition, and safety-testing results were not disclosed in the announcement. Those matter for compliance, auditing, and long-term risk assessment.
A reproducible pilot you can run in two weeks
Instead of a vague “validate with a pilot, ” run this focused, reproducible test suite. Collect exact prompts, record decoding params, and store raw model outputs and token logs for auditing.
- Workloads: pick three representative workloads, (A) code generation (multi-file output), (B) agentic orchestration (multi-step terminal/API agent), (C) long-form document synthesis (10k+ output tokens).
- Sample size: N = 100 independent tasks per workload per model under test.
- Measures to capture:
- Cost per resolved task using the cost formula above (include input/output token counts and any tool-call token charges).
- Latency p50/p95/p99 for each task class at three payload sizes (1k, 10k, 50k output tokens).
- pass@1 and pass@5 (pass@k: success within k sampling or attempts).
- Resolve rate (share of tasks fixed) and mean time to human repair for failures.
- Hallucination/error rate on domain tests and behavior under adversarial prompts.
- Success criteria (example): require ≤20% cost increase (or better) versus your incumbent, p95 latency ≤500 ms for 1k outputs (adjust to your UX needs), and pass@5 ≥ baseline model; tune thresholds to business impact.
- Reproducibility notes: log prompts, seeds, decoding settings, and any tool calls. If SpaceXAI declines to share matching evaluation scripts from its charts, treat their published numbers as unverified.
Questions to ask SpaceXAI (prioritized, with sample phrasing)
- Top priority, Benchmark reproducibility:
“Please provide the evaluation scripts, prompt templates, decoding parameters, and pass@k data used for the benchmarks you published. If you cannot, explain why.” - Top priority, Token accounting:
“Do your reported output-token numbers include intermediate agent traces, tool responses, or only final rendered text? Provide an example raw transcript showing how tokens were counted.” - Performance and SLAs:
“You report 80 TPS, what payload mix and latency target was that measured at? Provide p50/p95/p99 latency numbers for 1k/10k/50k output-token responses under typical concurrent load, and state any SLA or credits you offer.” - Training and scale details:
“Please confirm exact wording and figures for your training scale claims: how many NVIDIA GB300 GPUs, total GPU-hours, and what do you mean by ‘hundreds of thousands of RL tasks’?” - Safety and red teaming:
“Share your safety-testing results: red-team findings, hallucination/factuality metrics on domain benchmarks, moderation hook FN/FP rates, and whether RL steps included explicit safety objectives.” - EU availability and compliance:
“Confirm the EU availability date (include year), data residency options, and how you are addressing EU regulatory requirements (e.g., EU AI Act readiness).” - Free usage terms:
“Clarify the duration, token caps, and rate limits for the ‘limited free usage’ in Grok Build and Cursor.”
Key takeaways, questions you might ask, with short answers
-
Is Grok 4.5 cheaper per task?
SpaceXAI reports much lower output-token usage on a cited benchmark, which, given their $6/M output rate, translates to notable per-task savings in that scenario. Those numbers are company-reported and should be validated on your workloads, including whether token counts include tool outputs or intermediate traces.
-
Is it fast enough for production?
SpaceXAI reports a serving rate of 80 TPS (company-reported), indicating production intent. TPS is capacity, not latency; request p50/p95/p99 latency numbers at realistic payloads to judge user experience.
-
Does it beat competitors across the board?
No. SpaceXAI’s charts show model strengths on certain agent and coding benchmarks (company-reported). In their published coding charts, Fable (max) leads the four benchmarks shown while grok-4.5 is closest on Terminal Bench 2.1 (company-reported). Treat these as vendor-supplied comparisons until independently reproduced.
-
Can I trust the benchmark numbers as-is?
They’re useful signals but self-reported. Ask for raw evaluation artifacts, exact prompts/decoding settings, and independent reproductions before treating them as objective truth.
-
Is it ready for EU deployment?
The announcement says grok-4.5 is not yet available in the EU and expects availability in mid‑July (year not specified). Confirm exact dates, data residency, and compliance posture before planning a rollout in Europe.
Final notes for CTOs and product leaders
- Potential upside: If token-efficiency translates to your workloads, output-heavy use cases (large-scale code generation, multi-step agent orchestration, long-form document synthesis) can see meaningful cost and latency improvements.
- Operational unknowns: key gaps in the announcement are token accounting (what’s counted), latency percentiles and SLA terms, benchmark reproducibility artifacts, and safety/red-team results, get those answers before productionizing agentic flows.
- Action: run the two-week reproducible pilot above, require SpaceXAI to supply evaluation scripts or permit side-by-side testing, and negotiate visibility into p95/p99 latency and safety metrics as part of commercial terms.