frigate/frigate/genai
Nicolas Mowen b2d243d4e7 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-18 10:51:23 -07:00
..
__init__.py Implement LLM Chat API with tool calling support (#21731) 2026-02-18 10:51:23 -07:00
azure-openai.py Implement LLM Chat API with tool calling support (#21731) 2026-02-18 10:51:23 -07:00
gemini.py Implement LLM Chat API with tool calling support (#21731) 2026-02-18 10:51:23 -07:00
llama_cpp.py Implement LLM Chat API with tool calling support (#21731) 2026-02-18 10:51:23 -07:00
ollama.py Implement LLM Chat API with tool calling support (#21731) 2026-02-18 10:51:23 -07:00
openai.py Implement LLM Chat API with tool calling support (#21731) 2026-02-18 10:51:23 -07:00