provider Fine-tuning POST
/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions @utdk/openai
/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions **NOTE:** Calling this endpoint requires an [admin API key](../admin-api-keys).
This enables organization owners to share fine-tuned models with other projects in their organization.
- fine_tuned_model_checkpoint path required
- The ID of the fine-tuned model checkpoint to create a permission for.
- string
Try it
Authentication
Configure credentials for OpenAI API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import openai from '@utdk/openai';
await openai.createfinetuningcheckpointpermission()