mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
test(vertex_ai): align gemini 3.5 transcribe pricing assertion with official rate
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
84a30113f2
commit
22daf80100
1 changed files with 2 additions and 2 deletions
|
|
@ -322,8 +322,8 @@ class TestModelCostEntry:
|
|||
entry = json.load(f)["vertex_ai/gemini-3.5-transcribe-preview"]
|
||||
assert entry["mode"] == "audio_transcription"
|
||||
assert entry["litellm_provider"] == "vertex_ai"
|
||||
assert entry["input_cost_per_audio_token"] == pytest.approx(2.5e-06)
|
||||
assert entry["input_cost_per_token"] == pytest.approx(2.5e-06)
|
||||
assert entry["input_cost_per_audio_token"] == pytest.approx(2e-06)
|
||||
assert entry["input_cost_per_token"] == pytest.approx(2e-06)
|
||||
assert entry["output_cost_per_token"] == pytest.approx(1.2e-05)
|
||||
assert entry["supported_endpoints"] == ["/v1/audio/transcriptions"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue