frigate/frigate/genai
Lucas Zhu a2b92caab0 feat(genai): add Atlas Cloud as an OpenAI-compatible GenAI provider
Add an `atlas` GenAI provider backed by Atlas Cloud, an OpenAI-compatible
inference platform serving vision-capable models. The provider subclasses
the existing OpenAIClient and only defaults the base_url to the Atlas
endpoint, reusing all vision, streaming, reasoning, and tool-calling logic.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 00:59:49 +08:00
..
plugins feat(genai): add Atlas Cloud as an OpenAI-compatible GenAI provider 2026-06-18 00:59:49 +08:00
__init__.py Allow GenAI providers to be initialized lazily (#23482) 2026-06-14 11:40:33 -05:00
manager.py Allow GenAI providers to be initialized lazily (#23482) 2026-06-14 11:40:33 -05:00
prompts.py Miscellaneous fixes (#23295) 2026-05-24 06:48:52 -06:00
utils.py Miscellaneous fixes (#23279) 2026-05-22 07:52:01 -06:00