Fugu Max

POST /v1/chat/completionsCost-efficient multi-agent conductor that assembles a right-sized expert team per task, with 1M context, image input, and web search.
At a glance
Pricing
Example request
Parameters
Notes
Fugu Max is the cost-efficient multi-agent conductor: each request assembles a right-sized team of expert models for the task and composes their work into a single answer.
Latency and streaming
- Simple prompts usually return in a few seconds, and heavier prompts take longer while the conductor works.
- The full answer is returned all at once when the model finishes, not token by token. Streaming is accepted, but it delivers the complete response at the end rather than streaming tokens as they generate.
- max_tokens must be at least 16. Leave generous headroom, since very small limits can truncate or empty the answer.
Capabilities
- Text and image input, with a 1M token context.
- Always-on reasoning. high is the default, xhigh raises the effort, and max is accepted as an alias of xhigh.
- Function calling, strict JSON Schema structured output, and built-in web search that cites its sources when available.
Billing
- Billed on full token usage, including the orchestration tokens the model uses internally, so even short prompts carry some cost.
- One flat token rate at every context length, with no higher rate for long prompts.
- Built-in web search and page fetch are billed per executed call at the rates shown, and a single request can run more than one call.
Per-tool billing (usage.tool_usage)
When this model invokes tools (web search, code interpreter, etc.) inside a single request, the response carries a normalized usage.tool_usage map alongside the token counts. The example below shows the shape, exact field names, units, and which tools appear can vary slightly per provider:
The tool counts are already factored into cost_usd, they are surfaced for transparency so you can audit per-tool billing. The field is omitted when no tools were invoked.
Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/fugu-max.
