Grok 4.5 API Proxy 2026 Integration Reference
The release date for Grok 4.5 remains to be verified through testing. This article compiles the grok-4.5 benchmark pricing, group multipliers, and integration checks retrieved from the platform pricing API on 2026-08-04, helping developers confirm the actual billing method before making calls.
What's new: Panel Data Updated on 2026-08-04
- Pricing data comes from https://api.openlux.ai/api/pricing, retrieved at 2026-08-04T16:16:08Z.
- The panel currently lists a total of 452 models available for sale.
- The benchmark price for grok-4.5 is $2 / 1 million tokens for input and $6 / 1 million tokens for output.
- The benchmark cache-hit price for grok-4.5 is $0.5 / 1 million tokens.
- The final billed price is calculated by multiplying the benchmark price by the multiplier for the user's group.
What is Grok 4.5 API proxy?
An API gateway sits between your code and the model vendors: you send OpenAI-format requests, and it handles routing, protocol translation, and metering.
Teams calling the grok-4.5 API directly tend to hit the same three walls: one SDK per vendor, one invoice per vendor, and rate limits that differ everywhere.
OpenLux runs this layer as a hosted service: OpenLux official site aggregates 452 models available for sale major models behind one OpenAI-compatible endpoint, with a single API key and a single invoice.
Why route through a gateway?
- Grok 4.5 is available:The list of models available for sale from the pricing API includes grok-4.5, which is marked as a text model.
- Benchmark pricing can be verified:The benchmark prices for grok-4.5 input, output, and cache hits can all be verified through the panel pricing API, in USD per 1 million tokens.
- Group multipliers affect billing:The actual price is not a fixed benchmark price; it is the benchmark price multiplied by the multiplier for the user's group. Confirm the group associated with the current account before making calls.
- Multiple models are available on the same panel:The platform lists a total of 452 models for sale. The provided list includes only the 150 models with the highest call volumes; the 302 models not listed should not be considered unsupported.
All of the above is live on OpenLux — sign up and verify it yourself.
Supported models and pricing
| Model | Use case | Context | Input price | Output price | Measured time to first token |
|---|---|---|---|---|---|
| grok-4.5 | Text tasks | To be verified through testing | $2 / 1 million tokens (benchmark price; actual billing is based on the group multiplier) | $6 / 1 million tokens (benchmark price; actual billing is based on the group multiplier) | To be verified through testing |
Pricing on try it now is authoritative; this page was updated 2026-08-05.
- How do you call the grok-4.5 API?Setup steps and copy-pasteable code
- grok-4.5: direct API or gateway?Point-by-point, including the limitations
- grok-4.5 API — frequently asked questionsWhat people actually ask when integrating
Get started
Confirm the group multiplier, access endpoint, and grok-4.5 availability in the panel before running a minimal request test
Official site: see the docs
Last updated 2026-08-05 | Written and maintained by OpenLux.
Latency and pricing figures come from our own measurements. Where they differ from the vendor's site, the vendor's live page wins.