Pricing
Pay as you go
Pay-as-you-go is designed for heavy production workloads that need maximum reliability. Consumption-based tokens are served at higher priority than monthly plan tokens.
Fugu
| Active agents | Billing |
|---|---|
| 1 agent | You pay only the standard rate for the specific underlying model. |
| Multiple agents | We never stack model fees. You are charged a single rate based on the top tier model involved. |
Fugu Ultra
Fixed pricing for fugu-ultra-20260615 per 1M tokens.
| Token type | Standard price | Context > 272K |
|---|---|---|
| Input | $5 | $10 |
| Output | $30 | $45 |
| Cached input | $0.50 | $1.00 |
Usage field details
Outside of standard Responses API output, Fugu Ultra returns usage fields that separate user-visible model work from orchestration work. Note that unlike OpenAI, even though the orchestration tokens are stored in token_details fields, they represent real token usage outside of the input and output tokens and will be counted in the final price of the request. The price will be the same as standard input and output tokens.
{
"usage": {
"input_tokens": 120,
"output_tokens": 80,
"total_tokens": 200,
"input_tokens_details": {
"cached_tokens": 0,
"orchestration_input_tokens": 0,
"orchestration_input_cached_tokens": 0
},
"output_tokens_details": {
"orchestration_output_tokens": 0
}
}
}| Field | Description |
|---|---|
input_tokens | Tokens from the user input sent to the first model. |
input_tokens_details.cached_tokens | Cached input tokens for the user input. |
input_tokens_details.orchestration_input_tokens | Sum of all input tokens used for orchestration. |
input_tokens_details.orchestration_input_cached_tokens | Cached input tokens from orchestration. |
output_tokens | Tokens in the final output. |
output_tokens_details.orchestration_output_tokens | Output tokens from the orchestration. |
total_tokens | Total token count returned for the request, including orchestration. |
Subscription Plan
Subscription plans are best for individuals and everyday hands-on use. Every tier includes both Fugu and Fugu Ultra. Upgrade when you need longer, heavier, or more frequent sessions.
| Plan | Price | Best for | Usage |
|---|---|---|---|
| Standard | $20/month | Lightweight daily usage, occasional API calls, small experiments, and trying Fugu in personal workflows. | Baseline allowance |
| Pro | $100/month | Focused working sessions for regular coding, review, research, and analysis throughout the week. | 10x Standard usage |
| Max | $200/month | Heavy long-running workloads for power users who keep Fugu active across deeper, longer-running tasks. | 20x Standard usage |