Grok 4.5 in Cursor and VS Code, at half price.
One OpenAI-compatible endpoint, billed at half of xAI’s list. Same model, same 500K context, forwarded straight to xAI.
No card required. Prepaid credits, pay only for the tokens you use.
provider openai-compatible base_url https://api.grokified.com/v1 model grokified-4.5 api_key gk_live_…
- xAI list
- $2.00 in · $6.00 out
- Grokified
- $1.00 in · $3.00 out
50% of xAI list · per 1M tokens
01 · THE MATH
Grok 4.5, at half of xAI list.
Same weights, same responses. You pay 50% of list on your first $10,000 of usage (up to $5,000 in savings), then 3% off for life.
GROK 4.5 · VIA xAI
- - Full list price, token one
- - Billed from the xAI console
- - No introductory discount
THROUGH GROKIFIED
- + 50% off, up to $5,000 in savings
- + Identical Grok 4.5 weights and responses
- + One base-URL swap, OpenAI-compatible
Built for the editor loop.
Grok 4.5 is xAI's flagship model. The same capabilities that power a coding agent are the ones your editor leans on: a large window, tools, and vision.
500K context
Load whole repositories, long files, and tool output without truncating.
Tool calling
Function calling drives agent mode: file edits, terminal, and search tools.
Structured outputs
Constrain a response to a JSON schema for reliable, machine-readable results.
Reasoning
Step-through problem solving for refactors and multi-file changes.
Vision
Paste screenshots, mockups, and diagrams; Grok 4.5 reads image input.
Point your editor at Grokified.
Both editors accept a custom OpenAI-compatible endpoint. Add https://api.grokified.com/v1 with your gk_live_ key and Grok 4.5 shows up in chat and agent mode.
VS Code
Copilot Chat- 01Open Chat, then Manage Models and choose the OpenAI Compatible provider.
- 02Paste the config below into chatLanguageModels.json, or add the base URL and your gk_live_ key by hand.
- 03Pick Grokified 4.5 in the model picker and start chatting.
[
{
"name": "GROKIFIED",
"vendor": "customendpoint",
"apiKey": "${input:chat.lm.secret.grokified}",
"apiType": "chat-completions",
"models": [
{
"id": "grokified-4.5",
"name": "Grokified 4.5",
"url": "https://api.grokified.com/v1",
"apiType": "chat-completions",
"toolCalling": true,
"vision": true,
"maxInputTokens": 500000,
"maxOutputTokens": 16000
}
]
}
]Cursor
OpenAI-compatible- 01Open Settings, go to Models, and add an OpenAI-compatible provider.
- 02Set the base URL and paste your gk_live_ key as the API key.
- 03Add a model named grokified-4.5, enable it, and select it in chat.
ProviderOpenAI-compatibleBase URLhttps://api.grokified.com/v1API keygk_live_...Modelgrokified-4.5
Coding questions.
Does this work in Cursor and Copilot Chat?
Yes. Both take a custom OpenAI-compatible endpoint. Point them at https://api.grokified.com/v1 with your gk_live_ key and Grok 4.5 shows up in chat and agent mode.
What model ID do I use?
Use grokified-4.5 in both VS Code and Cursor. It resolves to xAI's grok-4.5 upstream, so the weights and responses are identical. The raw grok-4.5 slug also works if you prefer it.
Is this really Grok 4.5?
Yes. Requests pass straight through to xAI's grok-4.5. Same weights, same responses, same 500K context. We don't rewrite your prompts or completions.
How does billing work?
Requests are metered against your Grokified credit balance at 50% of xAI list price. They don't touch your Copilot request quota, and new accounts start with $5 in free credits.
Do tool calling and vision work?
Yes. Grok 4.5 supports function calling, structured outputs, and image input, so agent tools, file edits, and pasted screenshots all work from the editor.
Code with Grok 4.5. Pay half.
Create a key, add it to your editor, and send your first request in minutes.
