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

x/openai_deno/mod.ts>CompletionRawResponse

OpenAI API wrapper for deno.
Latest
interface CompletionRawResponse
Re-export
import { type CompletionRawResponse } 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?: LogProbsRaw; finish_reason: string; }[]