Chroma releases Context-1, a 20B parameter retrieval agent for complex multi-hop search
Chroma has released Context-1, a 20B parameter Mixture of Experts model trained specifically for retrieval tasks that require multi-hop reasoning. The model decomposes complex queries into subqueries, performs parallel tool calls, and actively prunes its own context mid-search—achieving comparable performance to frontier models at a fraction of the cost and up to 10x faster inference speed.
Chroma Releases Context-1: A Specialized Retrieval Agent
Chroma has released Context-1, a 20B parameter agentic search model designed to serve as a retrieval subagent alongside frontier reasoning models. Unlike general-purpose LLMs, Context-1 is purpose-built for complex multi-hop retrieval tasks where a query requires iterative decomposition and selective document gathering.
Model Architecture and Training
Context-1 is built on the gpt-oss-20b base model as a Mixture of Experts architecture. The model was trained using supervised fine-tuning (SFT) combined with reinforcement learning through a curriculum-based approach (CISPO). Weights are available in BF16 precision, with an MXFP4 quantized checkpoint coming soon.
The model was trained on diverse domains including web search, legal documents, and financial data, enabling it to generalize across held-out domains and public benchmarks including BrowseComp-Plus, SealQA, FRAMES, and HLE.
Key Technical Capabilities
Query Decomposition: Context-1 breaks down complex, multi-constraint questions into targeted subqueries rather than attempting to answer them directly.
Parallel Tool Calling: The model averages 2.56 tool calls per turn, reducing the total number of search iterations and lowering end-to-end latency compared to sequential approaches.
Self-Editing Context: Perhaps the most distinctive feature is the model's ability to selectively prune irrelevant documents mid-search. Chroma reports a pruning accuracy of 0.94, allowing the model to maintain retrieval quality over long search horizons while operating within a bounded context window.
Cross-Domain Generalization: Training across multiple verticals enables the model to handle domains outside its training distribution.
Critical Limitation: Agent Harness Required
A significant caveat: Context-1 requires a specific agent harness to function as described in the technical report. This harness manages tool execution, token budgets, context pruning, and deduplication. Chroma has not yet publicly released the harness, meaning users cannot currently reproduce the reported performance metrics by running the model directly.
Chroma states the harness will be released "soon" and that its technical report describes the harness design in detail. The open-source community will need to wait for this release to fully evaluate the model's actual performance.
Pricing and Availability
The model is available under Apache 2.0 license on Hugging Face. No pricing information is available as this is an open-weight model intended for self-hosting or integration into applications. No inference provider has deployed it yet.
What This Means
Context-1 represents a shift toward specialized, task-optimized models rather than general-purpose scaling. Rather than making frontier models handle every task, Chroma is arguing for delegating retrieval to a smaller, cheaper, faster specialist agent. The reported 10x speed advantage and fraction-of-cost positioning suggest potential value for organizations building retrieval-augmented generation (RAG) systems.
However, the unavailability of the agent harness is a substantial gap. The technical report's performance claims cannot be independently verified until Chroma releases the harness and evaluation code. Teams considering adoption should plan for either waiting for the full release or building their own harness implementation based on the technical report's specifications.
Related Articles
Perceptron Launches Mk1.5, a Multimodal Perception Model for Physical Agents with Structured Spatial Outputs
Perceptron has released Mk1.5, a perception model built for physical agents that accepts text, image, video, and audio input and returns text alongside structured spatial annotations. It succeeds Mk1 and is priced at $0.15 per 1M input tokens and $1.50 per 1M output tokens.
Black Forest Labs Releases FLUX 3 Action, a 7B Open-Weights World Action Model, Claims Top RoboLab Benchmark Score
Black Forest Labs has released FLUX 3 Action, a 7B parameter open-weights World Action Model. The company claims it achieves first place on the RoboLab benchmark, though independent verification is pending.
Black Forest Labs Releases FLUX 3 Action, a 7B-Parameter Open Robotics Model
Black Forest Labs has released FLUX 3 Action, an open-weight robotics model built on its FLUX 3 multimodal foundation. The 7-billion-parameter model reads multi-camera video feeds and predicts what a robot should do next, claiming a record success rate on the RoboLab-120 leaderboard while running nearly 4x faster than the previous best open model.
Google DeepMind's New Chief Prioritizes Fast Gemini 4 Release Over AGI Debate
Google DeepMind's new head Koray Kavukcuoglu says Gemini 4 is in early post-training and could ship well before year-end, following the quiet cancellation of Gemini 3.5 Pro. He downplayed the AGI question that defined predecessor Demis Hassabis's tenure, calling it 'not the right conversation.'
Comments
Loading...