Skip to main content
POST
Embeddings

Authorizations

Authorization
string
header
required

Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.

Body

application/json
model
string
required

Embedding model ID from GET /serverless/models, e.g. Qwen/Qwen3-Embedding-8B.

input
required

Text to embed, or an array of texts for batch embedding.

encoding_format
enum<string>
Available options:
float,
base64

Response

200 - application/json

Successful Response

object
string
Example:

"list"

data
object[]
model
string
usage
object