Lines 116-156markdown
116| Provider | Available Models | Vision |
117|----------|-----------------|:------:|
118| DeepSeek | `deepseek-v4-flash`, `deepseek-v4-pro` | ❌ |
119| OpenAI | `gpt-5.6-sol`, `gpt-5.6-terra`, `gpt-5.6-luna`, `gpt-5.4-mini` | ✅ |
120| Anthropic | `claude-fable-5`, `claude-opus-4.8`, `claude-sonnet-5`, `claude-haiku-4.5` | ✅ |
121| Gemini | `gemini-3.5-flash`, `gemini-3.1-pro`, `gemini-3.1-flash-lite` | ✅ |
122| Qwen | `qwen3.7-max`, `qwen3.7-plus`, `qwen3.6-flash` | ❌ |
123| Moonshot (Kimi) | `kimi-k3`, `kimi-k2.7-code`, `kimi-k2.6` | ❌ |
124| xAI (Grok) | `grok-4.5`, `grok-latest` | ❌ |
125| Alibaba (DashScope) | `qwen3.7-max`, `qwen3.7-plus`, `deepseek-v4-flash`, `kimi-k2.7-code`, and more | ❌ |
126| Ollama | Any locally installed model | ❌ |
128> Models listed are the **code defaults**. The companion app lets you select from a curated list of available models per provider, which may include newer models not listed here.
130Configure your key in the Vanexa phone app under **Agent → Settings → API Configuration**.
136- **4-Layer Sandbox**: Tool availability checks → Path scoping → Command risk classification → SSRF protection
137- **3 Autonomy Modes**: Passive (ask everything) → Supervised (auto-safe, ask-dangerous) → Autonomous (full auto)
138- **Self-Preservation**: The agent cannot read, modify, or delete its own source code
139- **Workspace Scoping**: The phone app controls exactly which directories the agent can access
140- **Proprietary Source**: Distributed as compiled V8 Bytecode (`.jsc`), not readable JavaScript
MediumAi Review Evidence
Opaque payload prevents source-level verification of safeguards or data handling.
README.mdView on unpkg · L136 147vanexa-agent pair # Pair with your phone
148vanexa-agent start # Start the daemon (listens for phone commands)
149vanexa-agent stop # Stop the daemon
150vanexa-agent restart # Restart the daemon
151vanexa-agent status # Check if daemon is running
152vanexa-agent config # Configure API provider interactively
153vanexa-agent chat # Start interactive chat mode (no phone needed)
154vanexa-agent run <task> # Run a single task from CLI
155vanexa-agent exec <cmd> # Quick execute a terminal command
156vanexa-agent update # Update to the latest version