8 Commits

Author SHA1 Message Date
Kazuhiro Sera fc461eebdf feat: support OpenAI Python 3 and HTTPX2 (#4380) 2026-08-13 12:09:43 +09:00
Lucca Boas 23da2b6254 fix(chat-completions): omit parallel_tool_calls without tools on the Chat Completions path (#4359) 2026-08-11 01:52:33 +00:00
Kazuhiro Sera e3d7c1727b fix(litellm): omit parallel_tool_calls without tools (#4330) 2026-08-09 22:07:42 +09:00
Kazuhiro Sera f78df37ee9 feat: consistently accept typed objects and dictionaries for SDK configuration (#3917) 2026-07-24 08:04:45 +09:00
Kazuhiro Sera 3a5267340a feat: add opt-in model retry policies (#2651) 2026-03-12 12:32:54 +09:00
Kazuhiro Sera 986eb7d99b fix: #1764 enable developers to pass custom reasoning effort for LiteLLM providers (#1972) 2025-10-23 07:33:11 +09:00
Kazuhiro Sera 164acb59d9 Fix #1564 Add conversations API support (#1587)
This pull request resolves #1564

---------

Co-authored-by: Rohan Mehta <rm@openai.com>
2025-08-29 10:06:36 -04:00
Rohan Mehta 0eee6b8305 Allow arbitrary kwargs in model (#842)
Sometimes users want to provide parameters specific to a model provider.
This is an escape hatch.
2025-06-10 18:14:34 -04:00