Training data attribution SDK
Retrieve influential fine-tuning examples programmatically using the Python SDK or REST API.
How training data attribution works
When a fine-tuned model generates a response, training data attribution identifies the most influential training examples that shaped that output. Each influential example receives an influence level (high, medium, or low) indicating its contribution to the model’s response.Requirements
Training data attribution is available for:- Fine-tuned models created through SeekrFlow
- Models trained after September 22, 2025
- Deployed models with active endpoints
Influence levels
Training examples are ranked by their influence on model outputs:| Level | Description |
|---|---|
| High | Training example strongly shaped the model response |
| Medium | Training example had moderate impact on output |
| Low | Training example contributed minimally to response |