Agent Canvas supports configuring your LLM provider, model, and credentials from the UI. It also supports saved LLM profiles, which make it easier to switch models without re-entering provider settings each time.Documentation Index
Fetch the complete documentation index at: https://allhandsai-docs-agent-canvas-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Where to Configure Models
OpenSettings > LLM to:
- choose a provider
- select or enter a model
- add the required API key
- save reusable LLM profiles
Working with LLM Profiles
LLM profiles are useful when you want different model setups for different tasks, such as:- a fast profile for iteration
- a stronger profile for planning or review
- a local model profile for offline experiments
Switching Profiles in a Conversation
You can switch profiles from the chat input with the/model command:
/model— list the saved profiles available to the conversation/model <profile-name>— switch to a specific saved profile
LLM profiles are fully supported in Agent Canvas and are still rolling out in OpenHands Cloud. If you connect Agent Canvas to a cloud backend, profiles you configure in Agent Canvas may be available there before the same profiles appear in the hosted OpenHands Cloud UI for your account.
Recommended Workflow
- Configure a default profile in
Settings > LLM. - Create additional profiles for specific tasks or cost levels.
- Start a conversation.
- Use
/modelwhen you want to switch profiles without leaving the chat.

