Key dates, capabilities, and model metadata.
Input
Output
Products and plans where this model is currently available.
Core latency and throughput trends from recent traffic.
Latency
Throughput
Uptime
| Meter | Unit | Price | Conditions | Rule |
|---|---|---|---|---|
| image_pixels | Per 1000000000 images | $0.6 | -- | c69c16c2-2c98-4b5d-8a5f-96fe8a53b2ac |
| video_pixels | Per 1000000000 videos | $0.6 | -- | f0531d10-cc9b-4c83-a809-b24679a44321 |
Start calling this model with endpoint-specific examples.
# 1) Set your key
export AI_STATS_API_KEY="aistats_***"
# 2) Send a request
curl -s https://api.phaseo.app/v1/embeddings \
-H "Authorization: Bearer $AI_STATS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "voyage/voyage-multimodal-3",
"input": [
"Route requests across providers with AI Stats.",
"Monitor latency, throughput, and spend in real time."
]
}'