Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateCompletionResponse
Re-export
import { type CreateCompletionResponse } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

id: string
object: string
created: number
model: string
choices: { text: string; index: number; logprobs?: LogProbs; finishReason: string; }[]