Pre trained fine tune model

const response = await openai.createFineTune({
model: baseModel,
suffix: customModelName,
training_file: fileId,
});

in this code i want to trained pre trained fine tune model and replace the base model to pre trained fine tune model ID and organisation ID but still code is not working