Plandex · Example Payload

Plandex Server Model Pack Example

Default daily driver pack — balanced capability, cost, and speed across roles.

AIAI Coding AgentDeveloper ToolsOpen SourceCLITerminalLLMCoding AssistantAgentsGoContext ManagementPlansSelf-HostedREST

Plandex Server Model Pack Example is an example object payload from Plandex, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptionplannercoderbuildersummarizerverifiercontextLoaderisBuiltInisOpenSource

Example Payload

Raw ↑
{
  "id": "mps_default_daily",
  "name": "daily",
  "description": "Default daily driver pack — balanced capability, cost, and speed across roles.",
  "planner": "anthropic/claude-sonnet-4",
  "coder": "anthropic/claude-sonnet-4",
  "builder": "openai/gpt-4.1",
  "summarizer": "openai/gpt-4.1-mini",
  "verifier": "anthropic/claude-haiku-4",
  "contextLoader": "openai/gpt-4.1-mini",
  "isBuiltIn": true,
  "isOpenSource": false
}