CfxKit AI
CfxKit AI is the built-in assistant available to every account. Free users bring their own API key; paid plans include AI tokens so you can chat with no setup at all.
| Plan | AI tokens / month | Edit predictions | Price |
|---|---|---|---|
| Free | Bring your own key | 200 | $0 |
| Plus | 5M | 500 | $25 / mo |
| Pro | 15M | 1,000 | $60 / mo |
| Max | 35M | Unlimited | $129 / mo |
Every plan includes the full IDE, the AI Script Installer, server management, and bring-your-own-key support. Paid tiers add managed AI tokens on top.
How it works
Section titled “How it works”- You ask a question in the AI chat.
- CfxKit searches its knowledge base for context relevant to your question.
- The model answers with FiveM and RedM specifics, grounded in that context.
What makes it different
Section titled “What makes it different”A general-purpose model does not know much about FiveM scripting. CfxKit AI does, because every request is grounded in:
- Native functions: FiveM and RedM natives with signatures and descriptions.
- Framework knowledge: QBCore, ESX, QBox, VORP,
ox_lib, andox_inventory. - Community knowledge: real solutions from the FiveM community.
- Code examples: working scripts and snippets, not pseudocode.
The difference shows up in practice:
You ask: how do I use
qb-target?CfxKit AI answers with the actual
qb-targetexports and a working snippet, because your question is paired with real documentation, instead of a generic guess.
Selecting CfxKit AI
Section titled “Selecting CfxKit AI”- Open the AI chat panel.
- Click the model dropdown.
- Choose CfxKit AI.
Bring your own key
Section titled “Bring your own key”Prefer your own provider, or out of monthly tokens? CfxKit supports bring-your-own-key for OpenAI, Anthropic, Google, Ollama, and OpenRouter. Add a key in settings and CfxKit routes requests through it directly, with no token cap on CfxKit’s side.
Rate limits
Section titled “Rate limits”| Limit | Value |
|---|---|
| Requests per minute | 10 (burst protection) |
| Per request | 30 messages, 50K characters |
| Monthly tokens | Per plan (see the table above) |
When you reach your monthly limit, upgrade your plan or switch to your own API key to keep going.