Skip to main content
Module

x/openai/resources/mod.ts>Edits

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
namespace Edits
import { Edits } from "https://deno.land/x/openai@v4.19.1/resources/mod.ts";
class Edits
extends APIResource
import { Edits } from "https://deno.land/x/openai@v4.19.1/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.