Currently, all model pricing in the repository is hardcoded in USD. However, some providers do not bill in USD. For example, Scaleway bills in EUR, the prices are copied as-is in the model config (e.g. with GLM-5.2), so it appears as USD prices which is incorrect. Given the dynamic currency exchange rate, the correct way to fix this would be to be able to set the currency inside the [cost] section.
I'll try to implement the change myself.
Currently, all model pricing in the repository is hardcoded in USD. However, some providers do not bill in USD. For example, Scaleway bills in EUR, the prices are copied as-is in the model config (e.g. with GLM-5.2), so it appears as USD prices which is incorrect. Given the dynamic currency exchange rate, the correct way to fix this would be to be able to set the currency inside the
[cost]section.I'll try to implement the change myself.