TokenFlux: get an API key and write fiction with it on your phone

A small overseas gateway: Claude, GPT, and DeepSeek lines get channel-group discounts, one key speaks OpenAI, Responses, and Anthropic wire formats, and failed upstreams are retried across providers (up to three attempts) transparently. This page is the BYOK quick answer for TokenFlux: 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.

What does it power inside Foreverse?

The factory preset declares 1 modality flag for TokenFlux. 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.

ModalityUsed for
TextContinuation · roleplay chat · agent

How do I get a TokenFlux API key?

  1. Sign up at tokenflux.ai (free).
  2. Buy credits first — paid models require a positive balance.
  3. Create a key under Dashboard → Settings → API Keys and copy it.
  4. Models and live prices are at tokenflux.ai/models; `GET /v1/models` returns the full catalog without auth.

Key in hand: three steps to connect

  1. Open the app's Settings → AI models & services and find TokenFlux in the list (one of 62 presets, with logo and search).
  2. Paste the key and tap the connectivity test — it fires one real request to verify key and network, and pulls back the model list while it's at it.
  3. Enable the models you want, then set per-modality defaults (text, image, speech, and video each get their own); continuation, chat, and listening route through them from then on.

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.

TokenFlux-specific notes

The preset host is https://tokenflux.ai/v1 — /v1 on the bare domain. Both Bearer and X-Api-Key headers authenticate; requests 403 the moment the balance dips below 0.01 credits. Pricing is fully public — /v1/models lists prompt, completion, and cache read/write rates per model.

FAQ

Does TokenFlux have a free tier?

Sign-up comes with a small batch of trial credits (amount varies by campaign); real usage needs a top-up. The dashboard is authoritative.

Where does the key live once I paste it into the app?

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.

TokenFlux API Key — Get One and Plug It into Foreverse (BYOK)