All products

02 / Intelligence

Chimera.

A trained dispatch controller that turns a request and its constraints into a plan for model execution.

An incoming task enters a glass decision chamber and branches toward navy model modules in a cream miniature routing system.
Dispatch controller · Inference APIRouting research & infrastructure

01 / Overview

The decision before the answer.

Some requests need a single model. Others benefit from escalation or several independent attempts. Chimera studies this decision: how should a request execute, given the task, available models, quality requirements, cost, and latency?

Chimera is a trained language-model dispatch controller within our routing service. Its output is a bounded execution plan. The chosen models perform the underlying task, while the router handles the provider connections and the accounting around the request.

02 / Capabilities

What it brings to the work.

01

Select an execution pattern

Choose a direct call, a cascade that can escalate, parallel attempts, or refusal when constraints cannot be met. The plan makes the decision inspectable before execution.

02

Respect the constraints

Consider the request’s cost and latency preferences alongside available model capabilities. Evaluate dispatch behavior against held-out tasks and explicit constraints.

03

Preserve provider identity

The surrounding router tracks provider lanes, account authority, usage, and metering. Different credentials retain their own access and transport requirements.

03 / How it works

Choose how intelligence gets used.

  1. 01

    Describe the task

    Bring the request, required capabilities, and operating preferences.

  2. 02

    Check eligibility

    Resolve which model and provider paths are available to the caller.

  3. 03

    Choose a plan

    Select a bounded direct, cascade, parallel, or refused dispatch.

  4. 04

    Observe execution

    Retain the selected path and the usage and outcome of the actual request.

Dispatch patterns

Match the amount of work to the task.

A routine extraction may suit a direct call. A difficult synthesis may justify escalation or independent candidates. Chimera makes this choice an explicit object that can be studied and improved.

  1. 01Direct
  2. 02Cascade
  3. 03Parallel
  4. 04Refuse

04 / The connected system

A routing decision should leave evidence.

A controller can be evaluated on whether it selected valid tools, supplied correct arguments, and respected the request’s constraints. Those are distinct questions from whether the downstream model produced a useful answer.

Our research keeps controller evaluation, serving configuration, and end-to-end results separate. A successful training run establishes evidence for that evaluation; deployment behavior and broader quality or cost improvements require their own measurements.