Skip to main content
GET
Note for users in mainland China: Use https://toapis.cn as the Base URL. Replace https://toapis.com with https://toapis.cn in the examples below.
Use GET /v1/pricing to list the image and video rates currently available to your API key. The response includes customer-specific fixed prices or discounts and the effective group price. This endpoint returns a rate catalog, not a quote for one generation. It does not reserve or lock a price, and it does not estimate the total charge from a generation request.

Authorization

string
required
A generation API key in the form Bearer YOUR_API_KEY.

Query parameters

string
Exact model ID. Omit it to list all available image and video models.
string
Filter by image or video.
integer
default:"100"
Number of models to return. The allowed range is 1 to 100.
string
Pagination cursor from next_after in the previous response.
Seedance regional variants use separate model IDs. For example, query seedance-2-5, seedance-2-5-cn, or seedance-2-5-global with model. There is no separate region query parameter.
The values above illustrate the response shape. Use the values returned for your API key as the applicable catalog.

Price fields

string
Price currency. Currently USD.
string
Object type. Always list.
array
Available model entries. Each entry contains the exact model id, its type, and zero or more prices.
boolean
Whether another page is available.
string
Cursor for the next request. Empty when has_more is false.
string
The routing group for which the price applies. An API key configured for automatic group selection may receive more than one group.
object
Conditions under which the price applies, including model defaults when they affect pricing. Match these values to the generation request.
string
per_request, per_second, or per_token.
string
Billing basis: request, output_seconds, total_tokens, or text_input_tokens.
string
Price unit: request, second, or 1m_tokens.
string
Effective unit price in USD as a decimal string. Customer pricing and the group ratio are already included; do not multiply the group ratio again.
A price may also include input_unit_price, input_image_unit_price, free_input_image_count, minimum_charge_usd, or image_token_prices. Time-based pricing may include pricing_period, pricing_timezone, pricing_schedule_version, and pricing_peak_windows. For image token pricing, image_token_prices can contain text_input, cached_text_input, image_input, cached_image_input, and image_output. Every amount is USD per 1 million tokens. Only prices backed by at least one enabled channel candidate compatible with the listed conditions are returned. This check does not reserve a route or test live channel health. A model can still be returned with an empty prices array when the service cannot publish a complete rate safely. An empty array or a missing entry does not mean the model is free.

Actual charge fields

When a charge can be confirmed, generation responses use this object:
pending means the final amount is not available yet, so amount fields are omitted. refunded means the confirmed net charge is zero. A missing billing object means the platform could not confirm a safe public value; it does not mean the request was free. The object may appear in:
  • async image task queries at GET /v1/images/generations/{task_id}
  • async video task queries at GET /v1/videos/generations/{task_id}
  • Task Webhooks as data.billing
  • compatible non-streaming synchronous image generation or edit responses as top-level billing
For asynchronous work, use the task query after completion as the fallback source of the final charge. Streaming image responses, unsupported provider response formats, Playground requests, and deferred batch billing may omit the object.

Errors

Responses use Cache-Control: private, no-store.