AI and Model Management
Airo supports an AI-first assistant experience with local execution where the device supports it.
On-Device AI
When the Assistant starts, Airo checks whether Gemini Nano support is available on the device.
- If supported, Airo initializes on-device AI.
- If unsupported, the Assistant shows cloud AI mode.
- On-device mode is intended for faster, more private responses.
Assistant Routing
Assistant messages follow this order:
- Parse the message for known Airo intents.
- Execute matching local tools, such as opening Money, Games, Quest, or Split Bill.
- Use AI generation for general prompts that do not map to a local tool.
Current Skill Cards
The Assistant currently exposes these Gallery-style cards:
- AI Chat
- Agent Skills
- Split Bill
- Diet Plan
- Routine
- Ask Image
- Audio Scribe
- Mobile Actions
- Model Management
- Arena Games
Model Profile
Open model-related settings from:
- Assistant prompt card: Model Management
- Route:
/agent/profile
Future Agent Skills
The Agent Skills plan extends the current card and routing system with:
- Skill manifests.
- Capability declarations.
- Permission-gated native connectors.
- Action traces.
- Calendar read/create as the first end-to-end connector.