Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateEditRawResponse
import { type CreateEditRawResponse } from "https://deno.land/x/openai_deno@v0.9.8/src/types/edit.ts";

Properties

object: string
created: number
choices: { text: string; index: number; logprobs?: LogProbsRaw; finish_reason: string; }[]