Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>CreateEditRawRequest

OpenAI API wrapper for deno.
Latest
interface CreateEditRawRequest
Re-export
import { type CreateEditRawRequest } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

model: string
optional
input: string
instruction: string
optional
n: number
optional
temperature: number
optional
top_p: number