frigate/frigate/genai
Nicolas Mowen e76b48f98b Implement LLM Chat API with tool calling support (#21731)
* Implement initial tools definiton APIs

* Add initial chat completion API with tool support

* Implement other providers

* Cleanup
2026-02-26 21:27:56 -07:00
..
__init__.py Implement LLM Chat API with tool calling support (#21731) 2026-02-26 21:27:56 -07:00
azure-openai.py Implement LLM Chat API with tool calling support (#21731) 2026-02-26 21:27:56 -07:00
gemini.py Implement LLM Chat API with tool calling support (#21731) 2026-02-26 21:27:56 -07:00
llama_cpp.py Implement LLM Chat API with tool calling support (#21731) 2026-02-26 21:27:56 -07:00
ollama.py Implement LLM Chat API with tool calling support (#21731) 2026-02-26 21:27:56 -07:00
openai.py Implement LLM Chat API with tool calling support (#21731) 2026-02-26 21:27:56 -07:00