One API key for every live model family

API Hub for live AI model routes

Explore 28 live image, video, audio, LLM, and AI tool APIs from one developer marketplace. Compare endpoints, model costs, task behavior, and integration paths before you ship.

28
live model routes
18
real API endpoints
22
model sources
api-hub.request
OpenAI-compatible chat call
curl --request POST \
  --url https://apiin.one/api/v1/chat/completions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
    "model": "gemini",
    "messages": [
      {
        "role": "user",
        "content": "Compare Kling 3.0 and Wan 2.6 for product video generation."
      }
    ]
  }'

Featured routes

View all
One key, one balance

Route supported providers without exposing provider credentials in your application.

Verified model routes

Use a catalog of routed model APIs with consistent request and task semantics.

Transparent usage costs

Every model card exposes approximate per-call credit cost and generation behavior.

Developer-first integration

OpenAI-compatible chat examples and documented category endpoints make integrations faster.

Model marketplace

Find the API route you need

Search by model, provider, endpoint, use case, or tag. Each route links to a dedicated detail page with parameters, examples, and cost notes.

28 matching routesCompare model costs
🌐

imagen-4

Live

Google - Image API

Google's Imagen 4 — photorealistic image generation with exceptional detail and prompt adherence.

/api/v1/images/generationsWebhook
$0.08 approx.3–8 seconds speedimage output
Open details
Kling 3.0

kling-3

Live

Kuaishou - Video API

State-of-the-art AI video generation with 4K quality support. Text-to-video and image-to-video capabilities.

/api/v1/videos/generationsWebhook
$3.00 approx.60–180 seconds speedvideo output
Open details
🤖

gpt-image-1-5

Live

OpenAI - Image API

OpenAI's GPT Image 1.5 — multimodal image generation and editing with text rendering capabilities.

/api/v1/images/generationsWebhook
$0.10 approx.3–10 seconds speedimage output
Open details
Grok Imagine

grok-imagine

Live

xAI - Image API

xAI's Grok Imagine — powerful AI image generation and upscaling from the creators of Grok. Fast, high-quality, and unrestricted.

/api/v1/images/generationsWebhook
$0.05 approx.3–10 seconds speedimage output
Open details
Seedream 4.5

seedream-4-5

Live

ByteDance / KIE - Image API

Seedream 4.5 — ByteDance's cutting-edge image generation model. Supports text-to-image and image editing with basic/high quality modes.

/api/v1/images/generationsWebhook
$0.12 approx.3–10 seconds speedimage output
Open details
Flux 2

flux-2

Live

Black Forest Labs - Image API

High-quality AI image generation with excellent prompt following and photorealistic output.

/api/v1/images/generationsWebhook
$0.05 approx.3–8 seconds speedimage output
Open details
🎵

suno

Live

Suno AI - Music API

Full-featured AI music generation platform. Supports text-to-music, extend tracks, upload audio covers, generate cover images, and timestamped lyrics. 8 API endpoints.

/api/v1/audio/musicWebhook
$0.10 approx.30–90 seconds speedaudio output
Open details
Gemini

gemini

Live

Google - LLM API

Google's most capable AI model for text generation, reasoning, and conversation.

/api/v1/chat/completionsPolling
$0.05 approx.1–5 seconds speedtext output
Open details
Hailuo 2.3

hailuo-2-3

Live

MiniMax - Video API

High-quality AI video generation by MiniMax. Supports image-to-video with standard and pro quality modes, cinematic motion quality.

/api/v1/videos/generationsWebhook
$0.30 approx.60–120 seconds speedvideo output
Open details

Endpoint families

Start from a real API surface

View endpoint docs
POST

Image generations

Create image generation and edit tasks through the live image model route.

/api/v1/images/generations
POST

Video generations

Create async text-to-video, image-to-video, and model-specific video tasks.

/api/v1/videos/generations
POST

Chat completions

Call the OpenAI-compatible chat completion route with API in One model slugs.

/api/v1/chat/completions
POST

Music generation

Generate original music tracks with Suno-compatible request parameters.

/api/v1/audio/music
POST

Extend music

Extend a completed music task with new lyrics, style, or continuation settings.

/api/v1/audio/music/extend
GET

Music task feed

Poll a Suno music task and retrieve generated track results.

/api/v1/audio/music/feed
POST

Generate music cover

Create cover artwork for generated or uploaded music workflows.

/api/v1/audio/music/cover/generate
GET

Music cover status

Check the status of a music cover artwork generation task.

/api/v1/audio/music/cover/status
POST

Upload audio cover

Upload an audio source and create an AI cover generation task.

/api/v1/audio/music/upload-cover/generate
GET

Upload cover status

Check uploaded audio cover generation status and outputs.

/api/v1/audio/music/upload-cover/status
POST

Timestamped lyrics

Generate or retrieve word-level timestamped lyrics for player UIs.

/api/v1/audio/music/timestamped-lyrics
POST

Speech synthesis

Create text-to-speech and multi-speaker audio outputs.

/api/v1/audio/speech
GET

Task status

Check async generation status and retrieve completed media or tool results.

/api/v1/tasks/{task_id}
POST

Image background removal

Remove the background from an input image through the image tool route.

/api/v1/images/tools/remove-bg
POST

Image face swap

Swap a source face into a target image using the live face-swap route.

/api/v1/images/tools/face-swap
POST

Image upscale

Upscale an input image through the implemented image upscale route.

/api/v1/images/tools/upscale
POST

Video background removal

Remove or replace video backgrounds with the implemented video tool route.

/api/v1/videos/tools/bg-remover
POST

Video upscale

Upscale video resolution through the implemented video upscale route.

/api/v1/videos/tools/upscale

Production workflow

Integrate once, switch models by configuration

The hub is built around stable developer primitives: API keys, model slugs, category endpoints, task IDs, status polling, and transparent credit usage.

  1. 1

    Create one API key

    Generate a key from the dashboard and keep it server-side in your application environment.

  2. 2

    Choose a route and model slug

    Use the hub to pick a category endpoint and model slug. Switch providers by changing the model value.

  3. 3

    Poll or receive completion

    Async jobs return a task ID. Poll status or configure a webhook when the selected model supports it.

Agent-ready docs

Give coding agents the API index

Paste this prompt into Codex, Cursor, Claude, or another coding agent so it can read the API in One docs index and answer route-specific integration questions.

API in One - llms.txt prompt
Read this API in One documentation index and answer my question based on it:
https://apiin.one/docs/llms.txt

About API in One:
Unified AI API gateway with OpenAI-compatible chat completions and REST async routes for image, video, music, speech, and AI tools. It uses one API key, one balance, transparent model costs, task polling, webhook-aware routes, and model detail pages with request examples.

My question:
Which API route and model slug should I use for my product workflow?

API Hub FAQ

What is the API Hub?

The API Hub is a browsable marketplace for API in One model routes. It groups image, video, audio, LLM, speech, and tool APIs into one integration surface.

Do I need separate API keys for each provider?

No. API in One centralizes authentication and billing so your application can call supported model routes with one API key.

Are endpoints OpenAI-compatible?

Chat completions are OpenAI-compatible. Async media, speech, music, and tool routes use documented REST payloads with task IDs and status polling.

How do I compare model costs?

Model cards show approximate per-call costs. The model cost reference page provides a broader table for image and video routes.

Can production apps use webhooks?

Many async routes support webhooks. Model detail pages and docs show whether the selected route supports webhook callbacks or polling only.