COMMITS
/ core/schema/openai.go May 25, 2026
R
feat(middleware): Model routing, PII filtering, Cloud model proxies (#9802)
Richard Palethorpe committed
May 14, 2026
L
fix(streaming): comply with OpenAI usage / stream_options spec (#9815)
LocalAI [bot] committed
March 29, 2026
E
feat: add distributed mode (#9124)
Ettore Di Giacinto committed
March 25, 2026
W
fix: implement encoding_format=base64 for embeddings endpoint (#9135)
walcz-de committed
February 23, 2026
L
fix: rename json_verbose to verbose_json (#8627)
Lukas Schaefer committed
February 1, 2026
December 31, 2025
E
feat(UI): image generation improvements (#7804)
Ettore Di Giacinto committed
December 30, 2025
November 16, 2025
E
feat: add support to logitbias and logprobs (#7283)
Ettore Di Giacinto committed
November 9, 2025
C
fix(api): SSE streaming format to comply with specification (#7182)
Copilot committed
November 7, 2025
E
feat(llama.cpp): consolidate options and respect tokenizer template when enabled (#7120)
Ettore Di Giacinto committed
August 6, 2025
E
feat: add reasoning effort and metadata to template (#5981)
Ettore Di Giacinto committed
July 30, 2025
E
feat(stablediffusion-ggml): add support to ref images (flux Kontext) (#5935)
Ettore Di Giacinto committed
July 27, 2025
E
chore: drop assistants endpoint (#5926)
Ettore Di Giacinto committed
July 21, 2025
M
feat(openai): support input_audio chat api field (#5870)
Max Goltzsche committed
April 19, 2025
E
chore(autogptq): drop archived backend (#5214)
Ettore Di Giacinto committed
January 22, 2025
E
chore(stablediffusion-ncn): drop in favor of ggml implementation (#4652)
Ettore Di Giacinto committed
January 17, 2025
M
feat: add machine tag and inference timings (#4577)
mintyleaf committed
September 19, 2024
E
feat(api): allow to pass audios to backends (#3603)
Ettore Di Giacinto committed
E
feat(api): allow to pass videos to backends (#3601)
Ettore Di Giacinto committed
August 7, 2024
E
feat(openai): add `json_schema` format type and strict mode (#3193)
Ettore Di Giacinto committed
July 18, 2024
E
feat(functions): parse broken JSON when we parse the raw results, use dynamic rules for grammar keys (#2912)
Ettore Di Giacinto committed
E
docs(swagger): core more localai/openai endpoints (#2904)
Ettore Di Giacinto committed
July 9, 2024
E
docs(swagger): enhance coverage of APIs (#2753)
Ettore Di Giacinto committed
June 23, 2024
S
chore: fix go.mod module (#2635)
Sertaç Özercan committed
May 29, 2024
P
feat(image): support `response_type` in the OpenAI API request (#2347)
Prajwal S Nayak committed
May 11, 2024
E
feat(grammar): support models with specific construct (#2291)
Ettore Di Giacinto committed
April 18, 2024
E
feat(functions): support models with no grammar, add tests (#2068)
Ettore Di Giacinto committed
March 17, 2024
C
fixes #1051: handle openai presence and request penalty parameters (#1817)
Chakib Benziane committed
March 1, 2024
D
refactor: move remaining api packages to core (#1731)
Dave committed
February 24, 2024
E
fix(sse): do not omit empty finish_reason (#1745)
Ettore Di Giacinto committed
February 21, 2024
D