mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-05 18:38:54 +03:00
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>
Website
This website is built using Docusaurus 3.5, a modern static website generator.
For installation and contributing instructions, please follow the Contributing Docs.
Development
- Run
npm ito install dependencies - Run
npm run startto start the website