Replies: 2 comments 2 replies
-
|
Which version of LiteLLM are you using? There might be different support for handling currency conversions across versions. Additionally, do you need to display prices in EUR for users or for internal logging and calculations? This could influence whether you choose a static conversion rate or implement something more dynamic. |
Beta Was this translation helpful? Give feedback.
-
|
Use USD values in LiteLLM's pricing fields.
For a provider billed in EUR, I would add the converted USD price and document the exchange rate/date used in the PR or nearby metadata/comment. If you need exact invoice reconciliation later, keep the original EUR tariff in your own billing notes or a separate source of truth, but feed LiteLLM the USD-equivalent values. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add pricing information for a provider that invoices in EUR, but all litellm amounts are in USD.
What is the recommended way to resolve this? do a static conversion or add it in EUR?
Beta Was this translation helpful? Give feedback.
All reactions