Skip to main content
Module

x/openai/resources/mod.ts>Edits

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
namespace Edits
import { Edits } from "https://deno.land/x/openai@v4.21.0/resources/mod.ts";
class Edits
extends APIResource
import { Edits } from "https://deno.land/x/openai@v4.21.0/resources/mod.ts";

Methods

deprecated
create(body: EditCreateParams, options?: Core.RequestOptions): Core.APIPromise<Edit>

Creates a new edit for the provided input, instruction, and parameters.