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
Addmodel="Model Name" to your action:
Using the Model Picker
In the prompt editor:- Slash menu: Type
/→ select “Model Override” → insertsmodel="" - Tab autocomplete: Type
model→ press Tab → insertsmodel="" - Direct typing: Type
model=""manually
Computer Use Requirement
What Happens If You Omit model
focused_actionuses the workflow’s main agent model, or Cyberdesk’s main default if the workflow does not set oneextract_promptuses 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.Related Documentation
- Model Configuration — Full details on workflow-level and per-action model settings
- Focused Action — Dynamic decisions and observations
- Extract Prompt — Vision-based data extraction