Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateEmbeddingsRawRequest
Re-export
import { type CreateEmbeddingsRawRequest } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

model: string
input: string | string[] | number[][]
optional
user: string