Tokfai

Tokfai — KA AI aggregation platform

Not a single chat tool. One API key for text & code (GPT / Gemini), image generation (Nano Banana), and reserved video capacity.

Built for enterprise workloads: ecommerce batch product shots, training remixes, GEO outbound content, and drone flight analytics. Text bills by usage; images bill only on success after async task completion.

https://api.tokfai.com

Core capabilities

Text/code, image generation (async task_id), and client integration — same Tokfai base URL. Video is reserved / coming soon.

Text & code
GPT / Gemini via POST /v1/chat/completions or /v1/responses — assistants, agents, code, GEO copy.
Endpoint
POST /chat/completions
Recommended model
auto-fast
Chat API docs
Image generation
Nano Banana via POST /v1/images/generations — submit returns task_id; poll for results. Success billed; failure/timeout not charged.
Endpoint
POST /v1/images/generations
Recommended model
nano-banana
Image API docs
Developer tools integration
Point Cursor or Cherry Studio at api.tokfai.com/v1 with your sk-tokfai_… key — use Tokfai text models only in chat clients.
Endpoint
https://api.tokfai.com/v1
Recommended model
auto-fast
Integration guide

How it works

From sign-up to your first API call in five steps.

  1. 1

    Sign in

    Create a Tokfai account or log in with your existing credentials.

  2. 2

    Buy compute credits

    ¥10 = 100,000 compute credits — prepaid balance powers every API call.

  3. 3

    Create API key

    Issue a sk-tokfai_… key from the dashboard and store it securely.

  4. 4

    Call the API

    Point OpenAI SDK, Cursor, Cherry Studio, or your app at api.tokfai.com/v1. Use Chat for text models; Image Workbench for Nano Banana async image tasks.

  5. 5

    Monitor usage

    Watch requests, credits charged, and ledger entries update in real time.

Developer quick reference

Swap your base URL and Authorization header — keep the rest of your OpenAI-compatible code unchanged.

Base URLhttps://api.tokfai.com/v1
API key formatsk-tokfai_...
Starter¥10 = 100,000 compute credits (¥1 = 10,000)
BillingSuccessful calls debit compute credits. Failed calls and image timeouts are not charged.
PlaygroundChat Playground is for text models only. Image Workbench is for Nano Banana image models via async tasks.
Authorization exampleBearer sk-tokfai_xxx
Chat Playground/dashboard/playground