You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/crowdin/translation-process/crowdin-ai.mdx
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ When configuring Microsoft Azure OpenAI, you will need to provide the following
272
272
273
273
When configuring IBM Watsonx, you will need to provide the following credentials:
274
274
275
-
***Project ID**: Your Watsonx.ai project ID. To find it, navigate to your project, go to the **Manage** tab, and copy the **Project ID** from the *General* section.
275
+
***Project ID**: Your Watsonx.ai project ID. To find it, navigate to your project, go to the **Manage** tab, and copy the **Project ID** from the **General** section.
276
276
***Region**: The region where your Watsonx project is located. You can find this on your project dashboard. See the official IBM Cloud documentation for a list of [available regions for watsonx.ai](https://dataplatform.cloud.ibm.com/docs/content/wsj/getting-started/regional-datactr.html).
277
277
278
278
### Disabling AI Providers
@@ -328,7 +328,7 @@ Once created, snippets can be inserted into any AI prompt:
328
328
329
329
#### Managing Existing Snippets
330
330
331
-
To edit or delete a snippet, click <Iconname="mdi:dots-horizontal"class="inline-icon" /> in the *Actions* column on the desired snippet and select **Edit** or **Delete**. Alternatively, just double-click it to edit.
331
+
To edit or delete a snippet, click <Iconname="mdi:dots-horizontal"class="inline-icon" /> in the **Actions** column on the desired snippet and select **Edit** or **Delete**. Alternatively, just double-click it to edit.
332
332
333
333
### AI Settings for the Account
334
334
@@ -354,6 +354,40 @@ Select the default **QA check** type prompt to be used for AI-powered quality as
354
354
href="/project-settings/ai/"
355
355
/>
356
356
357
+
### AI Logs
358
+
359
+
The **Logs** tab records AI requests made using your Crowdin account, helping you monitor AI usage across your projects, troubleshoot failed requests, and track token consumption. Logs are available for the last 30 days, and older entries are automatically removed.
360
+
361
+
In the **Logs** tab, you can view the list of AI requests with the following details:
362
+
363
+
***Date** – The date and time the request was made.
364
+
***Status** – The request status (e.g., Success, Error, Timeout, Pending).
365
+
***User** – The user who initiated the request.
366
+
***Model** – The AI model used for the request.
367
+
***Prompt type** – The type of prompt used (e.g., Auto-Translation & AI Suggestion, QA check).
368
+
***Project** – The project the request is related to.
369
+
***Action** – The AI action performed (e.g., AI Suggestion, QA check).
370
+
***Duration** – The time the request took to complete, in milliseconds.
371
+
***Input tokens** – The number of tokens sent in the request.
372
+
***Output tokens** – The number of tokens received in the response.
373
+
***HTTP status** – The HTTP status code returned by the AI provider.
374
+
***Managed by Crowdin** – Whether the request used a provider managed by Crowdin.
375
+
***Prompt** – The prompt used for the request.
376
+
377
+
<Asidetype="tip">
378
+
Some columns are hidden by default. Click the column selector icon <Iconname="mdi:view-column"class="inline-icon" /> to choose which columns to display.
379
+
</Aside>
380
+
381
+
To narrow down the list, click the **Filters** button, which allows you to filter by **Date**, **Status**, **Action**, **Model**, **Prompt type**, **Project**, **User**, **Managed by Crowdin**, **Token**, and **OAuth Application**.
382
+
383
+
To view the full details of a specific request, click **Details** in the **Actions** column. The **Log Details** dialog shows all the details listed above, along with:
384
+
385
+
***Initiated by** – Whether the request was triggered manually by a user (User) or automatically (Automatic).
386
+
***Authorization Type** – How the request was authorized (e.g., User session, Personal Access Token, OAuth Application).
387
+
***IP** – The IP address the request originated from.
388
+
***User agent** – The browser or client used to make the request.
389
+
***Error message** – The reason the request failed (shown for failed requests).
390
+
357
391
## Auto-translation via AI
358
392
359
393
Auto-translation via AI allows you to use AI Models to auto-translate your content with high-quality, context-aware translations.
Copy file name to clipboardExpand all lines: src/content/docs/enterprise/translation-process/crowdin-ai.mdx
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ When configuring Microsoft Azure OpenAI, you will need to provide the following
275
275
276
276
When configuring IBM Watsonx, you will need to provide the following credentials:
277
277
278
-
***Project ID**: Your Watsonx.ai project ID. To find it, navigate to your project, go to the **Manage** tab, and copy the **Project ID** from the *General* section.
278
+
***Project ID**: Your Watsonx.ai project ID. To find it, navigate to your project, go to the **Manage** tab, and copy the **Project ID** from the **General** section.
279
279
***Region**: The region where your Watsonx project is located. You can find this on your project dashboard. See the official IBM Cloud documentation for a list of [available regions for watsonx.ai](https://dataplatform.cloud.ibm.com/docs/content/wsj/getting-started/regional-datactr.html).
280
280
281
281
### Disabling AI Providers
@@ -361,6 +361,40 @@ Select the default **QA check** type prompt to be used for AI-powered quality as
361
361
href="/enterprise/project-settings/ai/"
362
362
/>
363
363
364
+
### AI Logs
365
+
366
+
The **Logs** tab records AI requests made across your organization, helping you monitor AI usage, troubleshoot failed requests, and track token consumption. Logs are available for the last 30 days, and older entries are automatically removed.
367
+
368
+
In the **Logs** tab, you can view the list of AI requests with the following details:
369
+
370
+
***Date** – The date and time the request was made.
371
+
***Status** – The request status (e.g., Success, Error, Timeout, Pending).
372
+
***User** – The user who initiated the request.
373
+
***Model** – The AI model used for the request.
374
+
***Prompt type** – The type of prompt used (e.g., Auto-Translation & AI Suggestion, Alignment, QA check).
375
+
***Project** – The project the request is related to.
376
+
***Action** – The AI action performed (e.g., AI Suggestion, Alignment, QA check).
377
+
***Duration** – The time the request took to complete, in milliseconds.
378
+
***Input tokens** – The number of tokens sent in the request.
379
+
***Output tokens** – The number of tokens received in the response.
380
+
***HTTP status** – The HTTP status code returned by the AI provider.
381
+
***Managed by Crowdin** – Whether the request used a provider managed by Crowdin.
382
+
***Prompt** – The prompt used for the request.
383
+
384
+
<Asidetype="tip">
385
+
Some columns are hidden by default. Click the column selector icon <Iconname="material-symbols:table-chart"class="inline-icon" /> to choose which columns to display.
386
+
</Aside>
387
+
388
+
To narrow down the list, click the **Filter** button, which allows you to filter by **Status**, **Action**, **Project**, **User**, **Model**, **Prompt type**, **Managed by Crowdin**, **Token**, **Application Name**, and **Time period**.
389
+
390
+
To view the full details of a specific request, click a log entry to open the **Log Details** dialog. It shows all the details listed above, along with:
391
+
392
+
***Initiated by** – Whether the request was triggered manually by a user (User) or automatically (Automatic).
393
+
***Authorization Type** – How the request was authorized (e.g., User session, Personal Access Token, OAuth Application).
394
+
***IP** – The IP address the request originated from.
395
+
***User agent** – The browser or client used to make the request.
396
+
***Error message** – The reason the request failed (shown for failed requests).
397
+
364
398
## Auto-translation via AI
365
399
366
400
Auto-translation via AI allows you to use AI Models to auto-translate your content with high-quality, context-aware translations.
0 commit comments