Create Embeddings
Create text embeddings
post/embeddings
Request body
Example request
{
"model": "text-embedding-ada-002"
}Response
Success
Example response
{
"object": "list",
"data": [
{
"object": "embedding"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.