In documentation (https://platform.openai.com/docs/guides/fine-tuning/create-a-fine-tuned-model) I can find only python and node.js functions. I use php to connect to OpenAi and I need endpoint, request and response structure.
You can find it here: https://platform.openai.com/docs/api-reference/fine-tuning/create
For example:
POST
https://api.openai.com/v1/fine_tuning/jobs
3 Likes