embeddings
Create Embedding
Create embeddings for a given string or list of strings
post/embeddings
Request body
Response
Successful Response
Example response
{
"model": "text-embedding-3-large",
"usage": {
"prompt_tokens": 100,
"total_tokens": 100
}
}