LocalAI/core/http/endpoints/openai
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
..
types fix(realtime): Add transcription session created event, match OpenAI behavior (#6445) 2025-10-13 21:48:13 +02:00
chat.go feat: add support to logitbias and logprobs (#7283) 2025-11-16 13:27:36 +01:00
completion.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00
constants.go fix(api): SSE streaming format to comply with specification (#7182) 2025-11-09 22:00:27 +01:00
edit.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00
embeddings.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00
image.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00
inference.go feat: add support to logitbias and logprobs (#7283) 2025-11-16 13:27:36 +01:00
inpainting.go feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328) 2025-11-24 21:13:54 +01:00
inpainting_test.go feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328) 2025-11-24 21:13:54 +01:00
list.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00
mcp.go feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328) 2025-11-24 21:13:54 +01:00
realtime.go feat: add support to logitbias and logprobs (#7283) 2025-11-16 13:27:36 +01:00
realtime_model.go feat(importer): unify importing code with CLI (#7299) 2025-11-19 20:52:11 +01:00
transcription.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00
video.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00