import { type Model } from "https://deno.land/x/openai@1.4.2/src/types.ts";
Properties
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; }[]