CURATED AI MODEL MARKET

Specs, pricing, billing — fully transparent

One API key for text, image, and video generation. Every model is verified for spec and authenticity before listing, pricing sits in the open, and billing exports line by line.

Verification dossier

On shelf
Spec check
Matches official spec
Capability test
Passed before listing
Pricing
$0.75 in · $3.75 out /1M
Cache price
$0.075 /1M
Data boundary
Billing and audit metadata only
Spec check
Matches official spec
Capability test
Passed before listing
Pricing
$2.50 in · $12.50 out /1M
Context
Standard · 1M dual tier
Data boundary
Billing and audit metadata only
Spec check
Matches official spec
Render test
Verified on real billed tasks
Pricing
Per task · live estimate before submit
Flow
Submit → poll → download
Data boundary
Task params and result URL retained
Re-verified before every listing All 26 models →
26curated models on shelf
3modalities · text / image / video
100%verified before listing
Line-by-linebilling export and reconciliation
CURATION STANDARD

Every model passes four gates

We track new models closely; every one walks the same process before listing.

01

Selection

Only models with reputations that survive scrutiny. New models get verified first, listed second.

On shelf26
02

Verification

Specs and capabilities are tested against the official record before listing. Bait-and-switch never makes it past this gate.

WhenBefore every listing
03

Pricing

Discounts are stated against list price; input, output, and cache are itemized. No opaque multipliers.

GranularityDown to cache
04

Records

The data boundary of billing and usage records is public; the schema snapshot lives on the transparency page.

Snapshot/transparency
QUICK CONNECT

Key to first call in three steps

This is the whole picture: get a key, configure your tool, or call the protocol directly.

01

Create an API key

Sign up in the console to create one; team and project quotas can be provisioned manually.

Console
02

Configure your tool

// ~/.claude/settings.json
{
  "env": {
    "ANTHROPIC_BASE_URL": "https://iwkey.com",
    "ANTHROPIC_AUTH_TOKEN": "sk-your-key"
  }
}

Restart Claude Code after saving

# ~/.codex/config.toml
[model_providers.iwkey]
name = "IWKey"
base_url = "https://iwkey.com/v1"
env_key = "IWKEY_KEY"

[profiles.default]
model_provider = "iwkey"
model = "gpt-5.4"

Put your key in the IWKEY_KEY environment variable; fields follow the docs

# Cherry Studio
Settings → Model services → Add provider
  Type:       OpenAI-compatible
  API base:   https://iwkey.com
  API key:    sk-your-key
Add model → enter the model ID (e.g. claude-sonnet-5)

Works for most OpenAI-compatible clients

More tools and full parameters in the docs →

03

Make your first call

curl https://iwkey.com/v1/messages \
  -H "x-api-key: $IWKEY_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -d '{
    "model": "claude-sonnet-5",
    "max_tokens": 1024,
    "messages": [{ "role": "user", "content": "..." }]
  }'
curl https://iwkey.com/v1/chat/completions \
  -H "Authorization: Bearer $IWKEY_KEY" \
  -d '{
    "model": "gpt-5.4",
    "messages": [{ "role": "user", "content": "..." }]
  }'
curl https://iwkey.com/v1/images/generations \
  -H "Authorization: Bearer $IWKEY_KEY" \
  -d '{
    "model": "gpt-image-2",
    "prompt": "..."
  }'
# billed per image, Standard / Fine fidelity tiers; fidelity is fixed by the tier
curl https://iwkey.com/videos/v1/videos/generations \
  -H "Authorization: Bearer $IWKEY_KEY" \
  -d '{
    "model": "doubao-seedance-2.0",
    "prompt": "..."
  }'
# async task: submit → poll → download

The live list is the model market and GET /v1/models

ON THE SHELF

26 on the shelf, every one verified

This is not a full catalog — it is a curated shortlist. Prices match the model market page.

Text chat

Pay as you go23 / 26
fable-51M context optional 75% off+ $2.50input /1M $12.50output /1M $0.25cache /1M Verified
sonnet-5 75% off+ $0.75input /1M $3.75output /1M $0.075cache /1M Verified
opus-4-81M context optional 75% off+ $1.25input /1M $6.25output /1M $0.125cache /1M Verified
haiku-4-5 75% off $0.25input /1M $1.25output /1M $0.025cache /1M Verified
gpt-5.4 75% off+ $0.625input /1M $3.75output /1M $0.0625cache /1M Verified
gpt-5-mini 75% off $0.0617input /1M $0.4934output /1M $0.0062cache /1M Verified

Image generation

Per image1 / 26
gpt-image-2 · Standard fidelity ~1536×1024 $0.025Per image cache Verified
gpt-image-2 · Fine fidelity ~1536×1024 $0.05Per image cache Verified

Video generation

Per task · async flow2 / 26
doubao-seedance-2.0 Per taskduration × resolution Live estimatebefore submit cache Verified
doubao-seedance-2.0-fast Per taskduration × resolution Live estimatebefore submit cache Verified
All 26 models with live pricing → Prices match actual billing; the authoritative list is GET /v1/models

Listing changelog

gpt-5.6-sol / -terra / -lunalisted — all three tiers verified against official specs
claude-sonnet-5listed on the Value tier, billing verified token by token
gpt-image-2listed — per-image billing, Standard / Fine fidelity tiers
doubao-seedance-2.0 / -fastvideo duo restored, verified on real billed tasks
seedance seriesnative Ark-format request parameters published
VERIFIABLE

Open books, reconcile anytime

§1

Public schema snapshot

The table structure behind billing and usage records is published — what we store and what we never store, at a glance.

/transparency/schema.json →
§2

Usage queryable line by line

Every call is queryable and exportable by model, key, and time — built for internal cost allocation and reconciliation.

§3

A restrained data boundary

Only the metadata billing, routing, and audit require. Nothing extra is retained.

“For every model on the shelf, we can tell you why it is listed and whether it is worth it. Most users come by referral; when something breaks, you can always reach a human.”
The IWKey maintainers
FAQ

Before you start, you might ask

How do I get started
Sign up in the console, create an API key, and configure your tool per Quick Connect above. Pay as you go — no monthly fee, no minimum spend.
Which protocols are supported
Four endpoints: Anthropic-native /v1/messages, OpenAI-compatible /v1/chat/completions, image /v1/images/generations, and async video /videos/v1. The live list is GET /v1/models; full parameters in the docs.
Teams and businesses
We provision team, project, and per-seat quotas manually, with reconciliation and invoicing workflows for small and medium B2B. Email us or reach out in the console.
How is pricing set
Discounts are stated against official list price, itemized across input, output, and cache. Market-page prices match actual billing; the console at order time is authoritative.
Do you store my request content
For successful text and image requests, prompts, responses, and generated images never enter the regular persistence layer — only billing, routing, and audit metadata. Video tasks retain task params and result URLs for async polling. Full boundary and schema snapshot on the transparency page.
Who do I reach when something breaks
Email [email protected] (click to copy) — answered directly by the maintainers, not a ticket bot. Tag security and privacy issues with [SECURITY] in the subject.

Question not covered? Email us, or head into the console and start.

Console Models & pricing
IWKey

A curated AI model market. Verified models, transparent pricing, and support from actual humans.

SUPPORT
Contact us Terms & privacy Refund policy