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

x/openai/resources/models.ts>Models#del

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method Models.prototype.del
import { Models } from "https://deno.land/x/openai@v4.38.5/resources/models.ts";

Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.

Parameters

model: string
optional
options: Core.RequestOptions

Returns

Core.APIPromise<ModelDeleted>