# Pricing — Y-API

> Y-API deducts account credit per token: limited-time top up $1 for $20 in credit (reverts to 1:10 afterwards), get $1 on sign-up — no monthly fee, no subscription threshold, no minimum spend.

Prices synced 2026-08-26. Generated by
`scripts/generate-seo-assets.mjs` — do not edit by hand.

## Plans

There are no plans. Y-API has a single pay-as-you-go model:

- **Price**: per token, at each model's own rate (see the table below)
- **Monthly fee**: none
- **Minimum spend**: none
- **Subscription threshold**: none
- **Seats**: unlimited; multiple API keys under one account share one balance
- **Free credit**: $1 on sign-up, no credit card required

## Top-up conversion

Every $1 paid adds $20 of account credit. The rate is fixed —
there is no amount threshold and no volume discount tier.

| You pay | Credit received |
| --- | --- |
| $5 | $100 |
| $10 | $200 |
| $50 | $1,000 |
| $100 | $2,000 |

Not a plan tier — there is no amount threshold; any top-up converts at the same rate.

## Per-model rates

Rates are in USD credit per 1M tokens, input and output billed separately.

| Model ID | Vendor | Input / 1M tokens | Output / 1M tokens |
| --- | --- | --- | --- |
| `deepseek/deepseek-v3.2` | DeepSeek | $1.00 | $1.00 |
| `deepseek/deepseek-v4-pro` | DeepSeek | $0.50 | $1.00 |
| `deepseek/deepseek-chat-v3.1` | DeepSeek | $0.25 | $0.95 |
| `deepseek/deepseek-v4-flash` | DeepSeek | $0.15 | $0.30 |
| `qwen/qwen3.8-max` | Qwen | $2.00 | $6.00 |
| `qwen/qwen3.7-max` | Qwen | $1.50 | $4.50 |
| `qwen/qwen3.6-plus` | Qwen | $0.35 | $2.00 |
| `qwen/qwen3.7-plus` | Qwen | $0.35 | $1.30 |
| `qwen/qwen3.6-max-preview` | Qwen | $0.32 | $1.30 |
| `minimax/minimax-m2.5-highspeed` | MiniMax | $0.60 | $2.40 |
| `minimax/minimax-m2.7-highspeed` | MiniMax | $0.60 | $2.40 |
| `minimax/minimax-m2.5` | MiniMax | $0.30 | $1.20 |
| `minimax/minimax-m2.7` | MiniMax | $0.30 | $1.20 |
| `stealth/ox-alpha` | Other | $1.00 | $5.00 |
| `xiaomi/mimo-v2.5-pro` | Xiaomi | $0.45 | $0.90 |
| `xiaomi/mimo-v2.5` | Xiaomi | $0.14 | $0.28 |

Prices are in USD credit (limited-time: a $1 top-up adds $20 credit; reverts to 1:10 afterwards). The catalog and prices may change; the console "Overview" page is the source of truth.

The table above is quoted in account credit. Divide any figure by 20 for the USD actually paid: `xiaomi/mimo-v2.5` at $0.14 in credit is $0.007 per 1M input tokens in cash. The cash price is what compares against another provider's list price. Both prices, computed per model, are published as JSON at https://y-api.bestvirtualgoods.com/pricing.json.

## Billing facts

- **Billing**: Credit is deducted per token of usage. No calls, no charges.
- **Monthly fee**: None. No subscription threshold or minimum spend either.
- **New users**: $1 credit on sign-up, no card required.
- **Credit exhausted**: The API returns 429. Top up at https://y-api.bestvirtualgoods.com/app/billing — it recovers immediately, and keys stay valid.

## Links

- Pricing page: https://y-api.bestvirtualgoods.com/pricing
- Structured prices (JSON, credit and cash): https://y-api.bestvirtualgoods.com/pricing.json
- Model catalog: https://y-api.bestvirtualgoods.com/models
- Integration guide: https://y-api.bestvirtualgoods.com/docs
- API base URL: `https://api.y-api.bestvirtualgoods.com/v1`
- Contact: support@bestvirtualgoods.com
