test_partner_models_httpx_streaming

This commit is contained in:
Ishaan Jaffer 2026-01-24 10:58:35 -08:00
parent 1a7274aa4e
commit 6587cd228b

View File

@ -813,7 +813,7 @@ from test_completion import response_format_tests
@pytest.mark.parametrize(
"model,region",
[
("vertex_ai/mistral-large-2411", "us-central1"),
("vertex_ai/mistral-small-2503", "us-central1"),
("vertex_ai/qwen/qwen3-coder-480b-a35b-instruct-maas", "us-south1"),
("vertex_ai/openai/gpt-oss-20b-maas", "us-central1"),
],
@ -886,7 +886,7 @@ async def test_partner_models_httpx(model, region, sync_mode):
("vertex_ai/meta/llama-4-scout-17b-16e-instruct-maas", "us-east5"),
("vertex_ai/qwen/qwen3-coder-480b-a35b-instruct-maas", "us-south1"),
(
"vertex_ai/mistral-large-2411",
"vertex_ai/mistral-small-2503",
"us-central1",
), # critical - we had this issue: https://github.com/BerriAI/litellm/issues/13888
("vertex_ai/openai/gpt-oss-20b-maas", "us-central1"),