LocalAI/core/schema
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.go feat: elevenlabs sound-generation api (#3355) 2024-08-24 00:20:28 +00:00
jina.go feat(rerankers): Add new backend, support jina rerankers API (#2121) 2024-04-25 00:19:02 +02:00
localai.go feat: add endpoint to list system informations (#3449) 2024-09-05 20:44:30 +02:00
openai.go feat(api): allow to pass videos to backends (#3601) 2024-09-19 11:21:59 +02:00
prediction.go feat(options): add repeat_last_n (#2660) 2024-06-26 14:58:50 +02:00
transcription.go refactor(application): introduce application global state (#2072) 2024-04-29 17:42:37 +00:00