API ReferenceOpenAI
Embeddings
OpenAI-compatible embeddings endpoint.
Use POST /v1/embeddings with an OpenAI group.
curl https://anyroute.io/v1/embeddings \
-H "Authorization: Bearer YOUR_ANYROUTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "text-embedding-3-small",
"input": "AnyRoute embeddings"
}'Anthropic and Gemini groups do not support this endpoint.
AnyRoute Docs