Skip to main content

Multi-Agent Support

Zenflow can orchestrate tasks using different AI coding agents. Each agent runs in an isolated Git worktree and has access to Zencoder’s context engine, multi-repo search, and skills — regardless of which underlying model or provider powers it.

Available Agents

Claude Code

Anthropic’s Claude Code agent.

Codex

OpenAI’s Codex agent.

Gemini

Google’s Gemini agent.

Custom Models

Connect your own model endpoints — local, VPC, or third-party — to use them alongside or instead of built-in agents.

Custom Models

Bring your own model or private endpoint

Model Flexibility

Zencoder supports models from multiple providers:
ProviderModels
AnthropicHaiku 4.5, Sonnet 4.6, Opus 4.6, Opus 4.7
OpenAIGPT-5.3 Codex, GPT-5.4, GPT-5.4-mini, GPT-5.5
GoogleGemini Pro 3.1, Gemini Flash 3.0
xAIGrok Code Fast 1
ZencoderAuto (routed mix), Auto+
Select the model per chat session in the model dropdown. Different models have different cost multipliers — see Models for the full list with plan requirements.

Custom Hosted Models

You can connect your own model endpoints — local, VPC, or third-party — using settings.json. This lets you:
  • Run open-source models locally via Ollama or vLLM
  • Use Azure OpenAI, Vertex AI, or other cloud-hosted endpoints
  • Point to private inference servers inside your network
  • Hide the default model catalog and only expose approved models
See Custom Models Configuration for the full setup guide.

Shared Capabilities

All agents running through Zenflow get access to:
FeatureDescription
Multi-Repo SearchCross-repository code search
SkillsReusable instruction packages
MCP IntegrationsExternal tool access (databases, APIs, Jira, etc.)
AnalyticsUsage and productivity tracking

Selecting an Agent in Zenflow

  1. Open Settings → Default agents in Zenflow
  2. Set the default agent for new tasks