# DigitalOcean Model Synthesis combines parallel model outputs for deep-research tasks

DevFeed: [DigitalOcean Model Synthesis combines parallel model outputs for deep-research tasks](<https://devfeed.tech/articles/outperforming-fable-5-at-half-the-price-meet-model-synthesis-a-new-server-side-tool-on-digitalocean-inference-engine-19911.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/model-synthesis>)

Author: Tyler Gillam

Published: 2026-07-23T20:03:12Z

Content type: article

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [cost](<https://devfeed.tech/tags/cost.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [frontier-model](<https://devfeed.tech/tags/frontier-model.md>), [inference](<https://devfeed.tech/tags/inference.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>)

## AI overview

DigitalOcean introduces Model Synthesis, a server-side tool on its Inference Engine that runs configurable panels of models in parallel and uses a synthesizer model to combine their outputs. On the DRACO 100-task benchmark, the GLM 5.2 and Kimi K2.6 panel scored 65.65% quality at $0.83 per task, compared with Fable 5 at 62.21% and $1.59 per task.

## Source excerpt

Anyone building with AI runs into the same tradeoff: how to get the most intelligence per dollar, the right model at the right cost for each task. DigitalOcean Inference Engine is built to help you make that tradeoff, and one way is finding the right model for each job. But sometimes one model isn't enough. On deep-research tasks, we found that running several models and synthesizing their outputs beats 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 $0.83 per task, outperforming Fable 5 (62.21% at $1.59 per task). 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 $4.76 per task, the highest quality and highest cost of any model configuration tested. We measured each configuration on two axes: quality (higher is better) and cost per task (lower is better). The chart below plots each configuration's quality against its cost per task: the ideal quadrant would be the top left, where quality is highest and cost per task is lowest. The best open-source configurations land in the ideal quadrant, with higher quality at a lower cost per task than frontier single models. (The open-source single models sit lower and further left: cheaper, but at lower quality.) Figure