LocalAI/core/http/endpoints
Ettore Di Giacinto fbb9facda4
feat(api): allow to pass videos to backends (#3601)
This prepares the API to receive videos as well for video understanding.

It works similarly to images, where the request should be in the form:

{
 "type": "video_url",
 "video_url": { "url": "url or base64 data" }
}

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2024-09-19 11:21:59 +02:00
..
elevenlabs feat: elevenlabs sound-generation api (#3355) 2024-08-24 00:20:28 +00:00
explorer feat(explorer): make possible to run sync in a separate process (#3224) 2024-08-12 19:25:44 +02:00
jina docs(swagger): comment LocalAI gallery endpoints and rerankers (#2854) 2024-07-14 05:46:42 +02:00
localai feat: add endpoint to list system informations (#3449) 2024-09-05 20:44:30 +02:00
openai feat(api): allow to pass videos to backends (#3601) 2024-09-19 11:21:59 +02:00