Back to Claude Code Router

Fusion models

docs/src/content/docs/en/configuration/fusion.md

3.0.221.6 KB
Original Source

How Fusion works

Fusion keeps the base model's reasoning, writing, and coding behavior, then adds the missing capability layer. When needed, CCR calls the vision, search, or MCP tool, organizes the result into context, and lets the base model produce the final answer.

After saving, a Fusion model appears in routing and Agent Profiles like a normal model. Treat it as a reusable new model: upgrade a strong text model into a vision model, a stable coding model into a web-search model, or an Agent model into one that can call internal tools.

Capabilities

  • Built-in vision: give a non-multimodal model visual ability, for example GLM-5.2 + GLM-5V-Turbo = GLM-5.2V.
  • Built-in web search: give a model live retrieval capability and bring fresh information into context.
  • Image generation tool: let a Fusion model generate images or edit local image inputs.
  • Video generation tool: let a Fusion model submit text-to-video, image-to-video, or reference-to-video jobs.
  • Custom MCP tool: wrap local scripts, internal systems, or remote services as model-callable tools.

Composition examples

Use names that make the capability source obvious:

  • GLM-5.2 + GLM-5V-Turbo = GLM-5.2V
  • Coding model + Web Search = coding model with live retrieval
  • General model + image/video generation tools = Agent model that can produce media assets
  • General model + custom MCP tool = Agent model that can access internal systems