Every frontier model.
One subscription.
Chat with Claude Sonnet 4.6, GPT-5, Llama, and 80+ models from a single dashboard. Pick the right tool per task. Pay one bill.
No credit card required for Free.
Use a hash map to track seen elements in a single pass. Here’s the rewrite:
function dedupe<T>(items: T[]): T[] {
const seen = new Set<T>();
return items.filter((x) => !seen.has(x) && seen.add(x));
}Pick the right model
Every task has a best model. Switch mid-conversation; the new model picks up your full history.
Streaming, tuned
Thoughtful UX over slow generations. Stop, retry, fork — all on the fly.
Your data, your rules
We never train on your conversations. Encrypted at rest, deletable on request.
Built on the frontier
Curated from 80+ models on DigitalOcean Gradient AI. Tier gates clear; no surprises.
Simple pricing
Cancel anytime. Tax included. Switch tiers from the dashboard.
- Llama 3.3 70B, GPT-5 Nano, Claude Haiku 4.5
- 30-day chat history
- Hard cap — no surprise charges
- All Pro models incl. Sonnet 4.6, GPT-5
- 1-year chat history
- Custom system prompts
- Pay-as-you-go overage
- Every model incl. Opus 4.7, GPT-5.4 Pro, GPT-5.5
- Forever chat history
- Best per-token overage rate
- Priority support
FAQ
Which models can I use?+
Every Anthropic Claude (Haiku/Sonnet/Opus 4.x), the OpenAI GPT-5 family, Meta Llama 4 + 3.3, plus DeepSeek, Qwen, Gemma and more — 80+ in total. Free has fast/cheap models; Pro adds frontier chat models; Ultra adds top-tier reasoning models.
How is usage measured?+
Tokens. Every message counts inputTokens (your prompt + history) + outputTokens (the reply). Quotas reset each billing cycle. Paid tiers have overage at a marked-up rate; free is a hard cap.
Do you train on my chats?+
No. Conversations are stored only so we can show them back to you, and never used to train models — ours or anyone else's. We use anonymous aggregates for service improvements.
Can I cancel anytime?+
Yes — one click in Billing opens the Stripe Customer Portal. Cancellation takes effect at the end of your current billing cycle.
Where is my data stored?+
AWS RDS Postgres (encrypted at rest) in us-east-1. Inference is processed by DigitalOcean's Gradient AI, which retains payloads only for the duration of the request.