Anyone building with AI eventually hits the same tradeoff: how to get the most intelligence per dollar, the right model at the right cost for each task. That’s what DigitalOcean Inference Engine is built for. On the hardest deep-research tasks, synthesizing several models’ outputs outperforms relying on one: an all-open-source panel (GLM 5.2 + Kimi K2.6) scored higher than every single model we tested, including Fable 5, at about half its cost per task. Model synthesis , a new server-side tool on DigitalOcean Inference Engine , does that orchestration for you. It runs from a model configuration you define: a panel of models that process each request in parallel, and a synthesizer model that reviews the panel’s outputs and combines them into one response… Start from an optimized preset or define the panel and synthesizer yourself. It pays off. We benchmarked model synthesis on DRACO, a 100-task deep-research benchmark, across 15 open-source and frontier model configurations. The key results: GLM 5.2 + Kimi K2.6 panel scored 65.65% on quality at 1.59 per task and every other single model score. Four open-source combinations land in the ideal quadrant, offering higher quality at lower cost. Fable 5 + GPT-5.6 frontier panel scored 69.01% on quality at 0.83 per task, higher than every single model while costing about half of Fable 5 (1.39). You get better quality than a frontier model and pay less for it. The only cheaper option is a bare single open model (GLM 5.2 at 0.31), several times cheaper but also the lowest quality. So if all you need is rock-bottom cost, a single open model is hard to beat; but for the best quality per dollar, an open-source panel with a GLM 5.2 synthesizer beats the single models outright at about half the cost of the strongest ones. Cost per task (USD) is based on the specific pricing available at the time of testing (July 2026) and is subject to change based on third-party API rate adjustments. (lower is better) What this means for you The through-line here is intelligence per dollar: matching the amount of intelligence you use to what each task actually needs. Model synthesis gives you a dial for that, not a tradeoff to solve from scratch. For high-volume, cost-sensitive work (bulk classification, routine summarization), a single open model like GLM 5.2 gets you the lowest cost per task. For research-heavy work where answer quality matters more than the bill (due diligence, competitive analysis, legal or medical research), pair GLM 5.2 and Kimi K2.6 in a call with GLM as the synthesizer. Same tool, same API, just a different setting, and you get there without needing a frontier model at all. DigitalOcean Inference Engine was designed to get you the right intelligence at the right cost. Inference Router and model synthesis work together to achieve that. Inference Router picks the right model for a given request based on your preferences, cost, latency, and quality. Model synthesis is what you reach for when one model isn’t enough and you want several working on the same problem. Together they give you a range, from routing to a single model up to running a full panel, without changing how you call the API. Get started Model synthesis is now available in Public Preview on DigitalOcean Inference Engine, alongside Evaluations . Choose an optimized preset or select the models and configuration directly, all through a single inference call. Presets Use our optimized presets out of the box depending on your use case: Budget: The lowest cost configuration, using a smaller model panel and lighter reasoning settings. Balanced: A mid-size panel with moderate reasoning depth, balancing quality and cost. Quality: The largest model panel and deepest reasoning configuration, at higher cost and latency. DigitalOcean’s Inference Engine resolves each preset to a validated synthesizer, model panel, and reasoning configuration. As models, pricing, and performance improve, the underlying configuration. As models, pricing, and performance improve, the underlying configuration can be updated without requiring changes to your integration. curl -X POST https://inference.do-ai.run/v1/chat/completions
-H "Authorization: Bearer DO_INFERENCE_KEY"
-H "Content-Type: application/json"
-d '{
"model": "glm-5.2",
"messages": [{"role": "user", "content": "Your research question here"}],
"reasoning_effort": "high",
"tools": [{
"type": "model_synthesis",
"model": "glm-5.2",
"analysis_models": ["glm-5.2", "kimi-k2.6"],
"reasoning_effort": "high"
}]
}' *Disclaimer & Methodology: Quality is measured on a public deep-research benchmark (DRACO, 100 tasks across ten domains), scored by an independent LLM judge. Metrics shown (quality and costs) reflect controlled testing using the DRACO benchmark (100 tasks) in July 2026. These results are for informational purposes only and do not guarantee future performance. Cost per task (USD) is derived from measured token usage and per-model pricing (lower is better). The Fable 5 results (both single and synthesis configurations) cover 93 tasks due to Fab le 5 guardrails blocking 7 inputs._

Outperforming Fable 5 at half the price: meet model synthesis, a new server-side tool on DigitalOcean Inference Engine
Tyler Gillam

