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

x/openai_mini/lib/types/types.ts>CompletionResponse

A minimal wrapper for the OpenAI API
Go to Latest
interface CompletionResponse
import { type CompletionResponse } from "https://deno.land/x/openai_mini@0.3.0/lib/types/types.ts";

Properties

id: string
object: string
created: number
model: string
choices: Choice[]
usage: Usage