llm_autodetect
Scan local network ports to detect running AI servers (Ollama, LM Studio, vLLM, etc.), list their active models, and auto-sync them into your provider vault.
Instructions
Auto-scan local network ports for running AI servers (Ollama on 11434, LM Studio on 1234, 9Router/OmniRoute on 20128, FreeLLMAPI on 4000, vLLM on 8000, LocalAI on 8080, Jan on 1337). Detects online engines, lists their active models, and automatically syncs them into your Antigravity vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_sync | No | If true (default), automatically adds/updates discovered local engines into your provider vault. | |
| timeout_ms | No | Timeout in milliseconds per probe (default 1200). | |
| custom_ports | No | Optional additional local ports to probe (e.g. [8001, 9000]). |