Sample - OpenAI API
POST/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions

Create checkpoint permissions

Grants one or more projects access to a fine-tuned model checkpoint. Supply project_ids to share the checkpoint with those projects; you must authenticate with an admin API key.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter · 1 body field
fine_tuned_model_checkpointstringrequired
The identifier of the fine-tuned model checkpoint for which to create permissions.

A request granting the checkpoint access to one or more projects.

project_idsarray<string>required
The project identifiers to grant access to.

1 status code
200Returns a list of the created checkpoint permissions, along with the list object type and pagination fields.
dataarray<FineTuningCheckpointPermission>required
objectstringrequired
Allowed:list
first_idstringoptional
last_idstringoptional
has_morebooleanrequired

Error handling

Access requires an admin API key. project_ids is required and must contain the project identifiers that should receive access to fine_tuned_model_checkpoint.