Get metrics
Retrieves recorded training metrics for a fine-tuning job in chronological order. All query parameters are optional: omit them to retrieve all metrics.
Documentation Index
Fetch the complete documentation index at: https://docs.together.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Fine-tune job ID. A string that starts with ft-.
Query Parameters
Return only metrics with global_step >= this value.
Return only metrics with global_step <= this value.
Return only metrics logged at or after this ISO-8601 timestamp.
Return only metrics logged at or before this ISO-8601 timestamp.
Number of (uniformly sampled) train metrics to return.
Response
List of metrics snapshots in chronological order.