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

x/openai_deno/mod.ts>Model

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

Properties

id: string

The unique identifier for the model.

ownedBy: string

The user who owns the model.

created: number

The date and time the model was created.

object: string