--- title: llm-discovery Documentation description: LLM model discovery and tracking system documentation --- # llm-discovery Documentation LLM model discovery and tracking system for real-time monitoring of available models across multiple providers (OpenAI, Google AI Studio/Vertex AI, Anthropic). ## Features - **Real-time Model Discovery**: Fetch available models from multiple LLM providers - **Multi-format Export**: Export model data in JSON, CSV, YAML, Markdown, and TOML formats - **Change Detection**: Track model additions and removals over time - **CI/CD Integration**: Easy integration with GitHub Actions and other CI/CD systems - **Python API**: Use as a library in your Python applications - **Offline Mode**: Cache-first operation for offline usage ## Getting Started ```{toctree} :caption: 'Getting Started' :maxdepth: 2 installation quickstart ``` ## Reference ```{toctree} :caption: 'Reference' :maxdepth: 2 api-reference cli-reference ``` ## Guides ```{toctree} :caption: 'Guides' :maxdepth: 2 advanced-usage troubleshooting ```