Skip to main content
The model parameter lets you specify which AI model to use for individual focused_action and screenshot actions that include extract_prompt, directly in your workflow prompt.
For comprehensive documentation on model configuration, including workflow-level settings, custom configurations, and supported providers, see Model Configuration.

Syntax

Add model="Model Name" to your action:

Using the Model Picker

In the prompt editor:
  1. Slash menu: Type / → select “Model Override” → inserts model=""
  2. Tab autocomplete: Type model → press Tab → inserts model=""
  3. Direct typing: Type model="" manually
With your cursor inside the quotes, a dropdown appears showing all available models. Hover to see model details including computer use support. The dropdown also includes System Default, which clears the override and lets Cyberdesk choose the normal default for that action.

Computer Use Requirement

For focused_action: Prefer models marked as “computer use” models. The editor warns if you pick another configured model, because non-computer-use models may not handle clicking, typing, and navigation reliably.For extract_prompt: Any vision-capable model works since it only reads the screen.

What Happens If You Omit model

  • focused_action uses the workflow’s main agent model, or Cyberdesk’s main default if the workflow does not set one
  • extract_prompt uses Cyberdesk’s current extraction default unless you override it

Example Prompts

Using Different Models for Different Tasks

Cost Optimization with Model Selection

Complex Decision-Making with Thinking Models

Batch Extraction with Consistent Model

Verification Steps with Reasoning

Mixed Extraction Strategy

Model Selection Guidelines

Tips

Default is Usually Fine

If you don’t specify a model, the workflow uses its configured default. Only override when you have a specific reason.

Match Model to Task

Use thinking models for complex reasoning, standard models for bulk extraction.

Check Computer Use

The model picker shows which models support computer use. Required for focused_action.

Combine with Async

Pair model= with process_async for efficient bulk extraction with your preferred model.