Skip to content
The unified AI API

Every AI capability, one API.

cn8 gives you 40+ production-ready AI products — text, image, video & voice — behind a single key, with unified auth, limits and billing. Test them in your browser, then ship in minutes.

Browse the catalog
40+ AI productsGPT-5 & Claude includedOpenAI-compatibleno credit card to start
Playgroundno signup needed

Run chat, image generation, voice and more — straight from your browser.

Chat with a modelGenerate an imageSynthesize a voice
Browse models
Not just text — also try:ImageVoice & TTSVideo

OpenAI GPT & Anthropic Claude included · 40+ AI products · one key

GPT-4.1 NanoGPT-4o MiniClaude Haiku 4.5Claude Haiku 4.5 (Thinking)GPT-4.1 MiniGPT-5 Minio4 Mini (Reasoning)Claude Sonnet 4.6Claude Sonnet 4.6 (Thinking)GPT-4.1GPT-5GPT-4oClaude Opus 4.7Claude Opus 4.7 (Thinking)o3 (Reasoning)AgentChatbotSearchDubbingVoice Clone DubbingAudio DescriptionVoice Clone + TTSAI PodcastLLM CompletionsImage GenerationText to SpeechVideo from TextVideo from ImageSentiment Analysis

Featured

Run real models, straight from the browser

Every modality has a live playground — try genuine output before you write a line of code.

The platform

One contract for every AI feature

Stop stitching vendors, keys and invoices together. cn8 is one key, one endpoint shape, one bill — across every modality.

Every capability, one key

Chat & RAG, agents, image, video, voice and text NLP — one catalog, one API key, one unified credit balance.

Browse the catalog

OpenAI-compatible by design

Familiar OpenAI-style chat completions with server-sent streaming, usage and cost — no new request format to learn.

Read the API reference

Production controls built in

Scoped keys, credit budgets, usage analytics and webhooks — the operational layer ships with the API, not after.

See how it scales

Integration

One API for everything

The request format you already know from OpenAI, behind a single cn8 key. One key, every modality, one bill — no per-vendor glue.

Without cn8

  • A different vendor, SDK and key per modality
  • Separate dashboards, invoices and rate limits
  • Glue code for auth, retries and usage tracking
  • Re-integration every time you switch models

With cn8

  • One key across chat, image, video, voice & text
  • One usage-based credit balance, one bill
  • Unified auth, streaming, usage and webhooks
  • Swap models without rewriting your stack

Capabilities

The whole platform behind one key

Six capability families, 40+ products. Every tile opens a playground you can run before signing up.

Browse the catalog

Developer experience

One key. OpenAI-compatible.

Call any product through a single endpoint with the OpenAI-style request format you already know. Streaming, usage and billing come unified out of the box.

  • One API key unlocks the entire catalog
  • OpenAI-compatible chat completions
  • Server-sent streaming with usage & cost
  • Unified credits across every service
Read the API reference
curl https://api.cn8.io/v1/proxy/core-llm-completions \
  -H "X-API-Key: <cn8_api_key>" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4.1-mini",
    "stream": true,
    "messages": [
      { "role": "user", "content": "Summarize cn8 in one sentence." }
    ]
  }'
0+

AI products

0+

API services

0

Modalities

0

Free credits to start

More than an API

Ship the whole feature, not just the call

Most AI APIs stop at the endpoint. cn8 also ships the application layer — embeddable apps, agents and a knowledge base — so a chatbot on your docs is an afternoon, not a sprint.

  • Embeddable chat & search widgets

    Configure an app in the dashboard, drop one script tag on your site. Domain allow-lists, localization and analytics come built in.

  • Grounded in your knowledge base

    Upload documents or crawl your website into collections — chat and search answer from your data, no vector-DB plumbing.

  • Agents & ready-made templates

    Compose multi-step agents with sub-agents, or start from app templates and customize from there.

index.html
<!-- A RAG chatbot on your site — no backend required -->
<script
  src="https://apps.cn8.io/chat/embed.js"
  data-app-id="your-app-id"
  async
></script>

The widget streams answers from your knowledge base and respects the domains, languages and theme you set in the dashboard.

Operations

Built for production traffic

Everything around the call — keys, spend, visibility — is part of the product, not an afterthought.

Scoped API keys

Issue keys per environment and restrict each one to specific products.

Spend control

Credit-based budgets with low-balance alerts and optional auto top-up.

Usage analytics

Per-key and per-service usage and cost visibility from day one.

Webhooks

Subscribe to job lifecycle events instead of polling long-running tasks.

TLS encryption in transitScoped, revocable API keysCredit-based spend controlPer-key usage visibility

Get started

From zero to your first AI call in minutes

cn8 is OpenAI-compatible — point your existing SDK at our endpoint and change one line.

01

Create your account

Sign up free and get 100 test credits — no credit card required.

02

Generate an API key

One cn8 key unlocks every product in the catalog, with unified billing.

03

Make your first call

Call any product through a single REST endpoint and ship.

Start free. Pay only for what you use.

100 test credits on signup — no credit card. After that, one usage-based credit balance covers every modality, so there's nothing to forecast per provider.

See pricing

Frequently asked questions

Everything you need to know before your first call.

What exactly is cn8?

cn8 is a unified AI API: 40+ production-ready AI products across text, image, video and voice — chat & RAG, agents, LLM completions, image generation, dubbing, TTS and more — behind a single API key with unified credits and billing.

Is the API really OpenAI-compatible?

Yes. LLM completions accept OpenAI-style chat payloads and stream server-sent chat.completion.chunk events, so you can point an existing OpenAI client at the cn8 endpoint and change one line.

Which models can I actually call?

LLM Completions covers OpenAI and Anthropic out of the box — GPT-5, GPT-4.1, GPT-4o and o-series reasoning models, plus Claude Opus 4.7, Sonnet 4.6 and Haiku 4.5 (with extended-thinking variants) — across budget, standard and premium tiers. Call GET core-llm-models for the live list with prices. Media products like image generation, TTS, dubbing and video run cn8's own production pipelines.

How does pricing work?

Usage-based credits. You start free with 100 test credits — no credit card required — and every API call draws from the same balance, whatever the modality. Top up as you grow, or talk to us about Pro and Enterprise plans.

What does a credit actually buy?

Credits are a single usage currency across every modality, so you don't juggle per-provider pricing. Each call deducts based on what it does — roughly tokens for chat & LLM, per-image for image generation, per-second for audio and video — and the exact cost of every call is shown in your dashboard usage. Your 100 free credits are enough to make your first test calls before you commit.

Is my data private and secure?

Your cn8 API key authenticates over TLS, and in the keyless browser demos the key never leaves the server — it is never exposed to the page. You can scope individual keys to specific products, set credit-based spend limits, and rotate or revoke keys anytime. See our Privacy Policy for data handling and retention details.

Do I need a different key for each service?

No. One cn8 key can unlock the whole catalog — and when you want tighter security, you can scope individual keys to specific products with per-product permissions.

Can I ship a chatbot or search without building a backend?

Yes. Configure a chat or search app in the dashboard, connect it to your knowledge base, and embed it on any site with a single script tag — domain restrictions, localization and analytics included.

How do I keep usage under control in production?

Every key gets usage analytics, credit-based spend control with optional auto top-up, scoped permissions and webhooks for job lifecycle events — all managed from the dashboard.

Ship your next AI feature today

One key, every capability, unified billing — start free with 100 credits.

No credit card required