llamacpp_status
Check if a local llama.cpp OpenAI-compatible server is running by probing its loopback API at 127.0.0.1:8080. Rejects non-loopback URLs, so it safely verifies only local instances.
Instructions
Probe a loopback llama.cpp llama-server OpenAI API (default http://127.0.0.1:8080/v1). Does not download GGUF files or start a process. Non-loopback URLs are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_url | No | OpenAI-compat base such as http://127.0.0.1:8080/v1; must be 127.0.0.1/localhost |