Skip to main content
Module

x/openai/mod.ts>Model

unofficial Deno wrapper for the Open Ai api
Extremely Popular
Go to Latest
interface Model
import { type Model } from "https://deno.land/x/openai@1.3.0/mod.ts";

Properties

id: string
object: "model"
created: number
owned_by: string
permission: { id: string; object: "model_permission"; created: number; allow_create_engine: boolean; allow_sampling: boolean; allow_logprobs: boolean; allow_search_indices: boolean; allow_view: boolean; allow_fine_tuning: boolean; organization: string; group: null | string; is_blocking: boolean; }[]
root: string
parent: null | string