v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBClient
Generate embeddings (deprecated)
Deprecated compatibility proxy. New integrations should call https://openrouter.ai/api/v1/embeddings directly with the provisioned OpenRouter key.
post/api/ai/embeddings
Request body
Example request
{
"model": "google/gemini-embedding-001"
}Response
Embeddings generated successfully
Example response
{
"metadata": {
"model": "text-embedding-ada-002"
}
}