Commit graph

21537 commits

Author SHA1 Message Date
Ishaan Jaff
0473cc441e add sync iterator support for responses api 2025-04-18 19:50:27 -07:00
Ishaan Jaff
81a21f8d20 fix responses api test 2025-04-18 19:44:29 -07:00
Ishaan Jaff
a1a18efd5c Merge branch 'main' into litellm_anthropic_responses_api_support 2025-04-18 19:42:43 -07:00
Ishaan Jaff
6425e16025 fix import error 2025-04-18 19:41:11 -07:00
Ishaan Jaff
760b6d5d40 linting fixes for transforming responses API 2025-04-18 19:38:32 -07:00
Ishaan Jaff
5c7297229f litellm codex 2025-04-18 19:26:31 -07:00
Ishaan Jaff
0128a9235e docs litellm openai codex 2025-04-18 19:24:50 -07:00
Ishaan Jaff
5845b5c657 docs openai codex with litellm 2025-04-18 19:05:31 -07:00
Ishaan Jaff
685fcb6b16 litellm codexdoc 2025-04-18 19:03:58 -07:00
Ishaan Jaff
405a17450d docs litellm codex 2025-04-18 19:01:56 -07:00
Ishaan Jaff
ce27177974 test fix 2025-04-18 18:51:27 -07:00
Ishaan Jaff
54e7ae18e5 fix code quality 2025-04-18 18:48:19 -07:00
Ishaan Jaff
4f91ee77f9 add litellm codex example 2025-04-18 18:47:28 -07:00
Ishaan Jaff
f9d9b70538 Merge branch 'main' into litellm_anthropic_responses_api_support 2025-04-18 18:46:03 -07:00
Ishaan Jaff
e29219e55c fix handler 2025-04-18 18:08:05 -07:00
Ishaan Jaff
e91bdff9f4 fixes streaming iterator 2025-04-18 18:07:43 -07:00
Ishaan Jaff
0b2f68ddd2 add session handler 2025-04-18 18:07:04 -07:00
Ishaan Jaff
aa929b5151 working codex with litellm 2025-04-18 18:06:19 -07:00
Ishaan Jaff
363dfd3737 update responses types 2025-04-18 17:56:09 -07:00
Ishaan Jaff
a475df54b8 test anthropic responses api tools 2025-04-18 16:19:25 -07:00
Ishaan Jaff
abbc468e06 fix pass response_api_optional_params 2025-04-18 16:16:12 -07:00
Krrish Dholakia
3e87ec4f16 test: replace removed fireworks ai models
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 19s
Helm unit test / unit-test (push) Successful in 24s
2025-04-18 14:23:16 -07:00
Krish Dholakia
1ea046cc61
test: update tests to new deployment model (#10142)
* test: update tests to new deployment model

* test: update model name

* test: skip cohere rbac issue test

* test: update test - replace gpt-4o model
2025-04-18 14:22:12 -07:00
Krrish Dholakia
415abfc222 test: update test 2025-04-18 13:13:58 -07:00
David Emmanuel
de3c2d14bf
Add Gemini Flash 2.5 Preview Model Price and Context Window (#10125)
* Update model_prices_and_context_window_backup.json

* Update model_prices_and_context_window.json
2025-04-18 09:44:46 -07:00
Krrish Dholakia
f7dd688035 test: handle cohere rbac issue (verified happens on calling azure directly)
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 15s
Helm unit test / unit-test (push) Successful in 23s
2025-04-18 08:42:12 -07:00
Ishaan Jaff
d32b3fd91a fixes for anthropic codex support 2025-04-17 23:20:13 -07:00
Ishaan Jaff
bce27fc151 fixes for transformation 2025-04-17 23:18:50 -07:00
Ishaan Jaff
19a086c6c2 fix streaming iterator 2025-04-17 23:17:58 -07:00
Ishaan Jaff
a5c526a2cd fix stream=True 2025-04-17 23:01:24 -07:00
Krrish Dholakia
809eb859cf fix(azure/o_series_transformation.py): fix azure o4 model routing
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 41s
Helm unit test / unit-test (push) Successful in 49s
Fixes https://github.com/BerriAI/litellm/pull/10065#issuecomment-2814015058
2025-04-17 22:58:01 -07:00
Ishaan Jaff
e8b9b4f68b fixes to test 2025-04-17 22:08:31 -07:00
Ishaan Jaff
4e2b04a1e0 complete transform litellm to responses api 2025-04-17 21:44:45 -07:00
Ishaan Jaff
f6080fcc0b basic handler for LiteLLMCompletionTransformationHandler 2025-04-17 21:12:58 -07:00
Krrish Dholakia
614d80cb1b build(model_prices_and_context_window.json): add azure gpt-4.1 pricing
ensures cost tracking for gpt-4.1 works
2025-04-17 20:09:17 -07:00
Marc Abramowitz
3c71a81100
Remove unnecessary package*.json files (#10075) 2025-04-17 20:03:56 -07:00
Ishaan Jaff
19664960eb docs azure responses API 2025-04-17 18:47:44 -07:00
Marc Abramowitz
409dde22f6
UI: Make columns resizable/hideable in Models table (#10119)
* Make columns resizable in Models table

* Make edit and delete buttons sticky on right side

* Add Columns dropdown to control which columns are shown

* Remove unnecessary dependencies

* Fix title of visibility checkboxes for Input Cost and Output Cost

* Make the Columns dropdown close if the user clicks anywhere outside of it
2025-04-17 18:12:20 -07:00
Ishaan Jaff
48e073e720 transform request 2025-04-17 17:54:37 -07:00
Ishaan Jaff
d3e04eac7f
[Feat] Unified Responses API - Add Azure Responses API support (#10116)
* initial commit for azure responses api support

* update get complete url

* fixes for responses API

* working azure responses API

* working responses API

* test suite for responses API

* azure responses API test suite

* fix test with complete url

* fix test refactor

* test fix metadata checks

* fix code quality check
2025-04-17 16:47:59 -07:00
Krrish Dholakia
8be8022914 docs(vertex_ai.md): document new vertex passthrough route
Some checks failed
Read Version from pyproject.toml / read-version (push) Successful in 44s
Helm unit test / unit-test (push) Successful in 51s
Publish Prisma Migrations / publish-migrations (push) Failing after 2m16s
2025-04-16 22:25:16 -07:00
Krrish Dholakia
ff81f48af3 bump: version 1.66.2 → 1.66.3 2025-04-16 22:20:10 -07:00
Krrish Dholakia
78c6d73dea build: new ui build 2025-04-16 22:11:53 -07:00
Ishaan Jaff
257e78ffb5 test fix vertex_ai/mistral-large@2407 2025-04-16 21:52:52 -07:00
Krish Dholakia
8ddaf3dfbc
fix(o_series_transformation.py): correctly map o4 to openai o_series model (#10079)
Fixes https://github.com/BerriAI/litellm/issues/10066
2025-04-16 21:51:31 -07:00
Krish Dholakia
c73a6a8d1e
Add new /vertex_ai/discovery route - enables calling AgentBuilder API routes (#10084)
* feat(llm_passthrough_endpoints.py): expose new `/vertex_ai/discovery/` endpoint

Allows calling vertex ai discovery endpoints via passthrough

 For agentbuilder api calls

* refactor(llm_passthrough_endpoints.py): use common _base_vertex_proxy_route

Prevents duplicate code

* feat(llm_passthrough_endpoints.py): add vertex endpoint specific passthrough handlers
2025-04-16 21:45:51 -07:00
Ishaan Jaff
198922b26f test fixes for vertex mistral, this model was deprecated on vertex 2025-04-16 20:51:45 -07:00
Ishaan Jaff
c38146e180 test fix 2025-04-16 20:13:31 -07:00
Ishaan Jaff
cf801f9642 test fix vertex_ai/codestral 2025-04-16 20:01:36 -07:00
Ishaan Jaff
0ced13aec8
Virtual Keys: Filter by key alias (#10035) (#10085)
Co-authored-by: Christian Owusu <36159205+crisshaker@users.noreply.github.com>
2025-04-16 19:46:05 -07:00