LocalAI/core/backend
Gregory Mariani 745c31e013
feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328)
feat(inpainting): add inpainting endpoint with automatic model selection

Signed-off-by: Greg <marianigregory@pm.me>
2025-11-24 21:13:54 +01:00
..
backend_suite_test.go feat: extract output with regexes from LLMs (#3491) 2024-09-13 13:27:36 +02:00
detection.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
embeddings.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
image.go feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328) 2025-11-24 21:13:54 +01:00
llm.go feat: add support to logitbias and logprobs (#7283) 2025-11-16 13:27:36 +01:00
llm_test.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
options.go feat: add support to logitbias and logprobs (#7283) 2025-11-16 13:27:36 +01:00
rerank.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
soundgeneration.go feat: Add Agentic MCP support with a new chat/completion endpoint (#6381) 2025-10-05 17:51:41 +02:00
stores.go feat: refactor build process, drop embedded backends (#5875) 2025-07-22 16:31:04 +02:00
token_metrics.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
tokenize.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
transcript.go feat(whisper): Add diarization (tinydiarize) (#6184) 2025-09-10 19:09:28 +02:00
tts.go feat: Add Agentic MCP support with a new chat/completion endpoint (#6381) 2025-10-05 17:51:41 +02:00
vad.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
video.go feat(diffusers): add support for wan2.2 (#6153) 2025-08-28 10:26:42 +02:00