Embeddings
Create embedding
Generate vector embeddings for one or more text inputs. Returns numerical arrays representing semantic meaning, useful for search, classification, and retrieval.
post/embeddings
Request body
Example request
{
"input": "Our solar system orbits the Milky Way galaxy at about 515,000 mph"
}Response
200