Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.24.2/resources/mod.ts";
class Edits
extends APIResource
import { Edits } from "https://deno.land/x/openai@v4.24.2/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.