LocalAI/core
Max Goltzsche eae4ca08da
feat(openai): support input_audio chat api field (#5870)
Improving the chat completion endpoint OpenAI API compatibility by supporting messages of type `input_audio`, e.g.:
```
{
  ...
  "messages": [
    {
      "role": "user",
      "content": [{
        "type": "input_audio",
        "input_audio": {
          "data": "<base64-encoded audio data>",
          "format": "wav"
        }
      }]
    }
  ]
}
```

Closes #5869

Signed-off-by: Max Goltzsche <max.goltzsche@gmail.com>
2025-07-21 09:15:55 +02:00
..
application feat(gallery): automatically install missing backends along models (#5736) 2025-06-27 18:25:44 +02:00
backend feat: split piper from main binary (#5858) 2025-07-19 08:31:33 +02:00
cli feat: do not bundle llama-cpp anymore (#5790) 2025-07-18 13:24:12 +02:00
clients feat(store): add Golang client (#1977) 2024-04-16 15:54:14 +02:00
config feat(llama.cpp): allow to set kv-overrides (#5745) 2025-06-28 21:26:07 +02:00
dependencies_manager fix: be consistent in downloading files, check for scanner errors (#3108) 2024-08-02 20:06:25 +02:00
explorer feat(explorer): make possible to run sync in a separate process (#3224) 2024-08-12 19:25:44 +02:00
gallery feat: do not bundle llama-cpp anymore (#5790) 2025-07-18 13:24:12 +02:00
http feat(openai): support input_audio chat api field (#5870) 2025-07-21 09:15:55 +02:00
p2p Fix Typos and Improve Documentation Clarity (#5648) 2025-06-15 16:04:44 +02:00
schema feat(openai): support input_audio chat api field (#5870) 2025-07-21 09:15:55 +02:00
services feat(gallery): automatically install missing backends along models (#5736) 2025-06-27 18:25:44 +02:00
system feat: do not bundle llama-cpp anymore (#5790) 2025-07-18 13:24:12 +02:00