AI Models
Overview
AI Models turns Nautobot into the source of truth for your LLM estate. It records which providers exist, how to reach each one, and which models each provider offers. Access control, change logging, custom fields, and the REST API all come from Nautobot.
The app is a data catalog. It contains no AI or LLM client code and performs no inference. Another app, a Job, or an external system reads these records and does the work. That keeps the question of what is available and allowed separate from the question of how to call it.
The app never stores a URL or a credential of its own. Each AI Provider points at a Nautobot
External Integration, which supplies the remote URL, HTTP headers, SSL verification, CA file
path, timeout, and Secrets Group. Each AI Model belongs to a provider and carries a name, a
description, an enabled flag, and optional num_predict and temperature overrides that fall
back to the provider default. A Discover AI Models Job reads GET /v1/models from every
OpenAI-compatible provider and keeps the model list current. It creates and updates records, and
never deletes one.
Screenshots
The AI Providers list. Each provider points at an External Integration, and the OpenAI-compatible column tells you whether the discovery job can read its model catalog.
The provider detail view lists every model the provider offers.
The Discover AI Models job reads GET /v1/models and records what it finds. It never deletes a
record.
If the External Integration you need does not exist yet, create it from a modal without leaving the provider form.
The MCP Servers list, and one server showing what it advertised.
More screenshots can be found in the Using the App page in the documentation.
Documentation
Full documentation for this App can be found on Read the Docs:
- User Guide - Overview, Using the App, Getting Started.
- Administrator Guide - How to Install, Configure, Upgrade, or Uninstall the App.
- Developer Guide - Extending the App, Code Reference, Contribution Guide.
- Release Notes / Changelog.
- Frequently Asked Questions.
Contributing to the Documentation
You can find all the Markdown source for the App documentation under the docs folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.
If you need to view the fully-generated documentation site, you can build it with MkDocs. A container hosting the documentation can be started using the invoke commands (details in the Development Environment Guide) on http://localhost:8001. Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.
Any PRs with fixes or improvements are very welcome!
Questions
For any questions or comments, please check the FAQ first. Feel free to also swing by the Network to Code Slack (channel #nautobot), sign up here if you don't have an account.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nautobot_ai_models-1.0.0.tar.gz.
File metadata
- Download URL: nautobot_ai_models-1.0.0.tar.gz
- Upload date:
- Size: 4.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a66dea56e9ca8544322f28b2fdb986b060d899928ee46abfddcd0d116b8ef884
|
|
| MD5 |
d03b78489d40b49110070f32265bd1a5
|
|
| BLAKE2b-256 |
2b890e6c188045d8230e4cf639b3ce7144c1978f9a0c638ca558cd481f80d9e1
|
File details
Details for the file nautobot_ai_models-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nautobot_ai_models-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a533e3a9d30de31e9af056c6585fd1b4597bc443f02da00f42744cfafd85482c
|
|
| MD5 |
de9de7d6dba062a9c2479cff3c8fb014
|
|
| BLAKE2b-256 |
9afc9deadc2f493209714ec0b81ff25a48e2c963a4eadc9df6cbf56a29cedb61
|