> BlockRun.AI / Text embeddings

POST https://api.blockrun.ai/v1/embeddings
// score.json
Overall score: 0.54
Success Rate 0%
Latency 99%
Price 99%
Stability 100%
// payment.json
price: $0.0010
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d N/A
success_30d N/A
p95_latency 29ms
last_verified 98d ago
// success_rate_30d
// No history data
// avg_latency_30d
// No history data
// contract.json

No contract info available

// request.json
{
  "model": "text-embedding-ada-002",
  "input": "The quick brown fox"
}
// response.json
{
  "data": [
    {
      "embedding": [
        0.0023,
        -0.0094,
        0.0156
      ],
      "index": 0
    }
  ],
  "usage": {
    "prompt_tokens": 5
  }
}
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "ai.embeddings"}'