Skip to content

Commit b9defcc

Browse files
authored
docs: add LLM provider pricing information section (#1083)
## Summary - Add pricing information section to the LLM providers documentation page - Add screenshot of the pricing dialog (with blurred price values) - Describe how to access pricing info through Organization Settings > LLM Providers > Server tab ## Test plan - [ ] Verify documentation builds without errors - [ ] Verify screenshot renders correctly on the page
1 parent 2e411cb commit b9defcc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

platform/projects_and_organizations/llm_providers.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,23 @@ It is designed to work with the Google AI API.
113113
- `API key`: specify your Google Console API key ("api-key" header)
114114
- `Model`: specify your model name (e.g., gemini-2.0-flash)
115115

116+
## Pricing Information
117+
118+
To view pricing details for a server-configured provider, go to your organization settings,
119+
open the **LLM Providers** page, and switch to the **Server** tab.
120+
Each provider has an info icon that opens a pricing dialog.
121+
The dialog displays the cost per input and output token in MT credits, along with estimated
122+
costs for translating 1,000 strings under three scenarios — with context and screenshots,
123+
with context only, and without any context.
124+
If your organization has an active pay-as-you-go subscription, the dialog also shows the equivalent cost in EUR.
125+
126+
<ScreenshotWrapper
127+
src="/img/docs/platform/llm-providers/llm-provider-pricing-dialog.webp"
128+
alt="LLM provider pricing information dialog"
129+
/>
130+
131+
All values shown are estimates. Actual costs may vary depending on the language pair and how much context is provided.
132+
116133
## Self-hosted server configuration
117134

118135
In the same way, as through UI, you can also configure llm providers through server configuration,
@@ -136,4 +153,4 @@ tolgee:
136153
enabled: true | false (default: true)
137154
```
138155

139-
Fill in the necessary fields according to the documentation above; you can leave other fields empty.
156+
Fill in the necessary fields according to the documentation above; you can leave other fields empty.
17.9 KB
Loading

0 commit comments

Comments
 (0)