Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/opencode-swarm-plugin/bin/swarm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ const COORDINATOR_MODELS: ModelOption[] = [
label: "Gemini 1.5 Pro",
hint: "More capable, larger context",
},
{
value: "cerebras/zai-glm-4.7",
label: "Cerebras GLM 4.7",
hint: "Ultra-fast (~1000 tok/s), 131k context, reasoning model",
},
];

const WORKER_MODELS: ModelOption[] = [
Expand All @@ -362,6 +367,11 @@ const WORKER_MODELS: ModelOption[] = [
label: "Gemini 2.0 Flash",
hint: "Fast and capable",
},
{
value: "cerebras/zai-glm-4.7",
label: "Cerebras GLM 4.7",
hint: "Ultra-fast (~1000 tok/s), reasoning model",
},
];

// ============================================================================
Expand Down