list_models
Retrieves all AI models from configured providers like Ollama, OpenAI, and Anthropic. Use the returned model IDs to configure councils.
Instructions
List all AI models available across every configured provider (Ollama, OpenAI, Anthropic, Groq, vLLM, TRT-LLM, SGLang). Use the returned model IDs when calling configure_council.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_provider | No | Optional provider filter: ollama | openai | anthropic | groq | vllm | trtllm | sglang |