Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/fine-tuning/mod.ts>Jobs#create

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method Jobs.prototype.create
import { Jobs } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/mod.ts";

Creates a fine-tuning job which begins the process of creating a new 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>