One key for model calls and video generation jobs

Infwave gives teams and developers one API key, one balance, and one usage ledger. Text models use Anthropic-native and OpenAI-compatible routes; video generation runs as async jobs with a public, auditable data boundary.

/v1/messages Anthropic-native route /v1/chat/completions OpenAI-compatible route /v1/video/generations Async video jobs
tryaiapi.com 200 ok
curl https://tryaiapi.com/v1/messages \
  -H "x-api-key: $INFWAVE_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -d '{
    "model": "claude-sonnet-4-5-20250929",
    "max_tokens": 1024,
    "messages": [...]
  }'
curl https://tryaiapi.com/v1/chat/completions \
  -H "Authorization: Bearer $INFWAVE_KEY" \
  -d '{
    "model": "chatgpt-model-id",
    "messages": [...]
  }'


curl https://tryaiapi.com/v1/video/generations \
  -H "Authorization: Bearer $INFWAVE_KEY" \
  -d '{
    "model": "doubao-seedance-2-0-260128",
    "prompt": "A product video",
    "duration": 5
  }'

Key Unified distribution Usage Export for reconciliation Schema Publicly verifiable
Quick Start

Text models use a base URL swap; video models use async jobs

STEP 01

Create an API key

Sign in to create keys, or request manual setup for teams, projects, and staff-level quotas.

Open console
STEP 02

Swap the base URL

Text models use SDK base URL replacement. Video generation uses a dedicated job creation and polling flow.

https://tryaiapi.com
STEP 03

Review usage

Text usage is token-based; video usage is job or duration-based. Export records and verify the data boundary.

View transparency
Why Infwave

Why choose Infwave

Multi-model routing

One key manages multiple model providers and routes by model alias, reducing repeated client-side configuration.

Auditable by design

Public schema snapshots and data boundaries show the metadata retained for billing, routing, and audit.

Usage and cost

Usage can be grouped by model, key, and time range for team-level cost allocation and reconciliation.

Business support

Designed for small and medium B2B usage, with manual onboarding, reconciliation, and invoice workflows.