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

Properties

object: string
model: string
data: { index: number; object: string; embedding: number[]; }[]