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

x/openai/resources/mod.ts>Embeddings

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Latest
namespace Embeddings
import { Embeddings } from "https://deno.land/x/openai@v4.64.0/resources/mod.ts";
class Embeddings
extends APIResource
import { Embeddings } from "https://deno.land/x/openai@v4.64.0/resources/mod.ts";

Methods

create(body: EmbeddingCreateParams, options?: Core.RequestOptions): Core.APIPromise<CreateEmbeddingResponse>

Creates an embedding vector representing the input text.