Source of chat completions
Chat completions may come from:- API requests to Nebius Token Factory
- Playground interactions
- Input messages (system, user, assistant, tool)
- Model outputs
- Metadata (model name, timestamps, token usage, errors, etc.)
Zero Data Retention (ZDR) behavior
Data import is subject to Zero Data Retention settings:- When ZDR is enabled, chat completion logs are not stored.
- When ZDR is disabled, chat completion logs are collected and available for import.
- If ZDR was enabled during part of the selected time range, only the periods with ZDR disabled will be imported.
Importing a time range where ZDR was fully enabled will result in an empty import.
Import workflow
- Click Import completions
- Specify the time range, model, and a name for the import
- Click Start import to initiate the process
- Imported completions appear as a new dataset in Datasets tab inside Data Lab
- Filtered and transformed by sql
- Downloaded
- Used for batch inference or fine-tuning
Typical use cases
- Reviewing real production prompts and responses
- Debugging incorrect or unexpected model behavior
- Building evaluation datasets from real usage
- Preparing training data without manual logging