Credits & Billing
How credits work, pricing, and subscription plans
How Credits Work
Credits are the currency for using AI models through Foxl. Every API call consumes credits based on the model and token usage.
Every new account receives 200 free welcome credits that never expire. After the first month, free tier accounts receive 10 additional credits at the beginning of each month.
Plans
| Free | Pro | Ultra | Enterprise | |
|---|---|---|---|---|
| Price | $0 forever | $20/mo | $200/mo | Contact us |
| Credits | 10/mo | 500/mo | 10,000/mo | 50,000/mo |
| Requests | 200/day | Unlimited | Unlimited | Unlimited |
| Models | All Claude models | All models | All models | All models |
| Features | Full agent, BYOK, 73 skills | Secure relay, cross-device sync, auto-routing | Everything in Pro, extended context, parallel agent priority | SSO, audit logs, dedicated support |
| Support | Community | Priority | Dedicated channel | Dedicated |
Credit Usage
Credits map directly to the underlying API cost. 1 credit = $1 of model usage.
Per-Token Credit Cost
| Model | Input (per 1M tokens) | Output (per 1M tokens) | Cache Read (per 1M) |
|---|---|---|---|
| Opus 4.6 | 5.0 credits | 25.0 credits | 0.5 credits |
| Sonnet 4.6 | 3.0 credits | 15.0 credits | 0.3 credits |
| Haiku 4.5 | 1.0 credits | 5.0 credits | 0.08 credits |
| GLM 5 | 1.0 credits | 3.2 credits | - |
Typical Cost Per Conversation Turn
| Model | Short turn (~500 tokens) | Long turn (~2K tokens) | With thinking |
|---|---|---|---|
| Haiku 4.5 | ~0.005 credits | ~0.02 credits | ~0.05 credits |
| Sonnet 4.6 | ~0.015 credits | ~0.06 credits | ~0.15 credits |
| Opus 4.6 | ~0.05 credits | ~0.15 credits | ~0.50 credits |
| GLM 5 | ~0.005 credits | ~0.02 credits | ~0.06 credits |
Thinking (extended reasoning) consumes output tokens. When thinking is enabled, Opus and Sonnet may use significantly more output tokens for complex tasks, which increases credit cost. Cache hits are much cheaper than fresh input — Foxl uses automatic prompt caching to reduce costs.
What Costs Extra
- Thinking mode: Output tokens increase 2-10x depending on task complexity
- Long conversations: Previous messages are re-sent as input tokens each turn
- Sub-agents: Each sub-agent is a separate API call with its own token usage
- Tool use: Each tool call adds a model turn (tool input + result parsing)
What's Free (Zero Credits)
- BYOK: Using your own API keys (Anthropic, OpenAI, Google) — zero credits
- Claude Code SSO: Using your Claude Pro/Max subscription — zero credits
- Ollama: Local models — zero credits, zero API calls
- Memory operations: Saving/reading workspace files is local I/O, not an API call
- Tool execution: Running tools (exec, git, browser) is local — only the model turns that invoke them cost credits
Credit Refresh
- Free tier: Credits refresh on the 1st of every month at midnight UTC.
- Paid tiers (Pro, Ultra): Credits refresh on your billing renewal date. When your subscription renews, old credits are replaced with a fresh grant for the new billing period.
Top Up (Pro+ only)
Pro and Ultra users can purchase additional credits as one-time top-ups if they run out before the monthly reset.
Rate Limits
Each plan has a daily request limit to prevent abuse:
- Free: 200 requests/day
- Pro: Unlimited
- Ultra: Unlimited
- Enterprise: Unlimited
Check Your Balance
- Desktop: Go to Account in the sidebar
- Web: Visit app.foxl.ai/account
Upgrade
To upgrade, go to your Account page and click Upgrade to Pro. You'll be redirected to a secure checkout page powered by Lemon Squeezy, our payment partner.
Bring Your Own Key (Desktop Only)
If you use your own API keys in the desktop app (Settings -> Providers), no Foxl credits are consumed. This works with Anthropic, OpenAI, Google, and Ollama (local, free).
Troubleshooting
Credits show as exhausted but I just signed up
Credits may take a moment to appear. Refresh the page. If the issue persists, sign out and sign back in.
"Rate limit exceeded" error
You've hit the daily request limit for your plan. Wait until midnight UTC or upgrade to a higher plan.
How are credits calculated?
Credit cost is based on the model used and the number of input/output tokens. Opus costs more per turn than Haiku. Longer conversations use more tokens per turn. Cache hits are cheaper than cache misses.
Do unused credits roll over?
No. For free tier, credits reset on the 1st of each month. For paid tiers, credits are replaced with a fresh grant on each billing renewal date.
Can I use Foxl for free?
Yes. The free tier provides 10 credits/month. Additionally, you can use the desktop app with your own API keys (BYOK) at no credit cost, or use local models via Ollama for completely free, unlimited usage.
Need help?
- Join our Discord community for quick answers
- Email [email protected] for billing questions