Embeddings
POST /v1/embeddings
Scope: inference:write
Body: model, input, optional encoding_format.
curl -s -X POST https://api.kielo.ai/v1/embeddings \
-H "Authorization: Bearer $KIELO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-embedding-0.6b",
"input": "hello"
}'Requires routing + provider dependencies; otherwise returns 501 not_implemented.