Does Anthropic have a free tier?
No free tier: usage is priced per token and billing must be configured first. Small trial credits appear occasionally — check the console.
Claude models have a reputation for stable long-form prose, so many writers make this their main continuation provider; it does text and vision only — pair another provider for images and speech. This page is the BYOK quick answer for Anthropic: key steps, direct console and pricing links, and the app-side notes that matter. Verified 2026-07-18.
Two links up front: get your key at the official console and check rates on the official pricing page. Prices and free quotas move; the official pages are authoritative.
The factory preset declares 2 modality flags for Anthropic. The models actually available come from the live catalog fetched in-app — catalogs move fast, and the flag only means the protocol wiring is ready.
| Modality | Used for |
|---|---|
| Text | Continuation · roleplay chat · agent |
| Vision | Image understanding in chat |
The one universal host pitfall: the API host must include its full version prefix (this provider's exact form is in the notes below) — the app never appends /v1 for you.
Anthropic-specific notes
The preset host is https://api.anthropic.com/v1 using Anthropic's native protocol. Claude.ai Pro/Max subscriptions are a separate billing track — they include no API credit. Prompt-cache hits and discounts show up in the app's request records.
No free tier: usage is priced per token and billing must be configured first. Small trial credits appear occasionally — check the console.
It's stored on your device only, under system-level encryption — never uploaded or synced to any Foreverse server. Requests go straight from your phone to the provider's official endpoint with zero markup. To revoke access, delete the key in the provider's console.