Skip to main content
Module

x/openai/resources/fine-tunes.ts>FineTunes#create

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
method FineTunes.prototype.create
import { FineTunes } from "https://deno.land/x/openai@v4.19.1/resources/fine-tunes.ts";

Creates a job that fine-tunes a specified model from a given dataset.

Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete.

Learn more about fine-tuning

Parameters

optional
options: Core.RequestOptions

Returns

Core.APIPromise<FineTune>