Skip to main content
Module

x/openai/resources/fine-tuning/mod.ts>Jobs#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 Jobs.prototype.create
import { Jobs } from "https://deno.land/x/openai@v4.19.1/resources/fine-tuning/mod.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<FineTuningJob>