AI/TLDR

Mixedbread · 2026-08-13 · major

Toast 1 — Mixedbread's search model runs the whole retrieval loop

Toast 1 is Mixedbread's search model that takes over the whole retrieval loop — splitting a question into subqueries, gathering evidence, then curating context. Mixedbread says it matches Claude Opus 5 and GPT-5.6 Sol on search quality.

Mixedbread announcement graphic for the Toast 1 search model

A dedicated search model that runs the retrieval loop itself, so the main agent stops burning tokens on it.

Key specs

Tokens vs vanilla agent3.5x fewer
Median search latency8-11s

Quick facts

MakerMixedbread
Model IDtoast-1
Context window131K tokens
Max output4K tokens
AvailabilityMixedbread API (Chat Completions)
Search backendAny; tuned for Mixedbread Search
Launch offer$5 credits for new users

Benchmarks

OfficeQA Pro V2 (answer correctness)
GPT-5.6 Sol (Codex) + Toast 170%
Claude Fable 5 (Genie)60%
GPT-5.6 Sol (Codex), no Toast 133%
source ↗

Pricing

Input · Launch price; $0.50 regular$0.30 / 1M tokens
Cached input · Launch price; $0.06 regular. Cache writes are free$0.036 / 1M tokens
Output · Launch price; $1.20 regular$0.72 / 1M tokens
source ↗

What is it?

Toast 1 hands the entire search loop to one dedicated model. Given a question, it writes its own subqueries, calls search tools, reads the sources it finds, and returns only the curated evidence. Mixedbread built it to run either as a standalone retrieval agent or as a subagent inside a larger system.

How does it work?

The loop runs as repeated rounds of tool calls — Mixedbread's worked example answers an employment-rate question with 16 tool calls across 3 rounds in 5.33 seconds. Toast 1 ships with tools for Mixedbread Search, including store_search, store_grep, chunk listing and metadata facets, but the model is backend-agnostic and plugs into an existing retrieval stack.

Why does it matter?

Retrieval is where agent token bills grow fastest. On Harvey's law-firm knowledge benchmark of 33 tasks, Mixedbread reports the same task score of 55 while dropping a vanilla agent's 80.6M tokens to 23.0M and its 21.7 turns per task to 11.2.

Who is it for?

teams building RAG and research agents

Frequently asked questions

How much does Toast 1 cost?
Toast 1 launched at $0.30 per million input tokens, $0.036 per million cached input tokens and $0.72 per million output tokens, with cache writes free. Mixedbread lists regular rates of $0.50, $0.06 and $1.20. Search usage is billed separately, and new users get $5 in credits.
How does Toast 1 compare to Claude Opus 5 and GPT-5.6 Sol on search?
Mixedbread claims Toast 1 matches or outperforms Claude Opus 5 and GPT-5.6 Sol on search while being up to 10 times cheaper and 12 times faster. On OfficeQA Pro V2, a GPT-5.6 Sol Codex agent paired with Toast 1 reached 70% answer correctness at roughly $1.15 per task.
Does Toast 1 work with a search backend other than Mixedbread?
Toast 1 is backend-agnostic. Mixedbread states the model performs best with Mixedbread Search but works with any search backend, so an existing retrieval stack can stay in place. It also integrates with coding agents through the Chat Completions API and OpenCode.
Can Toast 1 run as a subagent inside an existing agent?
Yes. Mixedbread designed Toast 1 to run either standalone or as one of many subagents. In the Harvey law-firm knowledge test, adding Toast 1 as a subagent held the task score at 55 while cutting tokens from 80.6M to 23.0M and turns per task from 21.7 to 11.2.
How fast does a Toast 1 search finish?
Mixedbread reports a median of 8 to 11 seconds for Toast 1 across retrieval benchmarks including BrowseComp Plus, OfficeQA Pro and LongSeal, against 20 seconds to 4 minutes for the frontier models it compares with. A sample employment-rate query resolved in 5.33 seconds.

Try it

Set model to toast-1 in the Mixedbread Chat Completions API

Sources

Tags

  • mixedbread
  • toast-1
  • search
  • retrieval
  • rag
  • agentic-search
  • subagent
  • api

← All releases · Learn AI