mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
add cost tracking for pass through imagen
This commit is contained in:
parent
9fcab392a4
commit
4a0fdc40f1
4 changed files with 12 additions and 2 deletions
|
@ -72,6 +72,6 @@ def test_get_llm_provider_deepseek_custom_api_base():
|
|||
|
||||
def test_get_llm_provider_vertex_ai_image_models():
|
||||
model, custom_llm_provider, dynamic_api_key, api_base = litellm.get_llm_provider(
|
||||
model="imagegeneration@006",
|
||||
model="imagegeneration@006", custom_llm_provider=None
|
||||
)
|
||||
assert custom_llm_provider == "vertex_ai"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue