litellm/tests/test_litellm/completion_extras
mateo-berri a369cb0da7 fix(bridge): keep the provider's own model prefix on chat-to-responses calls
completion() strips the litellm routing prefix before it dispatches to the
responses bridge, but responses() runs get_llm_provider() again, so a model id
that itself starts with the provider name lost a second prefix and reached the
provider as a name it does not know. Handing responses() the prefixed model
back makes its own resolve a no-op: across the 3061 cost map entries, 76 reach
the responses bridge and only the four perplexity Agent API models change.
2026-08-20 13:11:45 -07:00
..
litellm_responses_transformation fix(bridge): keep the provider's own model prefix on chat-to-responses calls 2026-08-20 13:11:45 -07:00
__init__.py Litellm oss staging 030626 (#29578) 2026-06-03 11:01:51 -07:00
test_litellm_responses_transformation_transformation.py fix(litellm): support OpenAI chat completions custom tool calls end to end 2026-08-01 11:26:09 -07:00
test_responses_bridge_provider_propagation.py fix: bedrock mantle fixes (#30083) 2026-06-12 07:25:16 -07:00