Available Tools
Every desktop provides the following tools:| Tool | Description |
|---|---|
computer | Control the desktop — screenshots, mouse, keyboard, scrolling |
Additional tools may be added in the future. Always use
GET /tools to discover what’s available on your desktop.Supported Models
Nen’s tool schemas are standard JSON Schema, compatible with any LLM that supports tool/function calling:| Provider | Models | Status |
|---|---|---|
| Anthropic | Claude Opus 4.6, Sonnet 4.6, Haiku 4.5 | ✅ Fully supported |
| OpenAI | GPT-5.4, GPT-5.4 mini, GPT-5.4 nano | ✅ Fully supported |
| Gemini 2.5 Pro, Gemini 2.5 Flash | 🔜 Upcoming | |
| MiniMax | MiniMax-M1 | 🔜 Upcoming |
| GLM | GLM-4 | 🔜 Upcoming |
| Moonshot | Kimi | 🔜 Upcoming |
| Lux | — | 🔜 Upcoming |
Format Conversion
GET /tools returns standard JSON Schema. Each LLM provider expects a slightly different wrapper — there are two formats:
Next Steps
Computer Tool Reference
Full reference for all computer actions
Examples
Complete agent loop examples for each provider