Get semantic embeddings for state descriptions using Stratus encoders
| Model | Dimensions | Parameters |
|---|---|---|
stratus-x1ac-small | 512 | 125M |
stratus-x1ac-base | 768 | 350M |
stratus-x1ac-large | 1024 | 300M |
stratus-x1ac-xl | 1280 | 750M |
stratus-x1ac-huge | 1536 | 1.5B |
stratus-x1ac-small for most applications.
encoding_format parameter controls how embedding vectors are returned in the response.
| Aspect | Float | Base64 |
|---|---|---|
| Payload Size | Larger (~4KB for 768-dim) | Smaller (~3KB for 768-dim) |
| Ready to Use | Yes (direct array) | No (needs decoding) |
| Human Readable | Yes | No |
| Network Efficiency | Lower | Higher (~25% smaller) |
| Computation | Immediate | Decode first |
| Provider | Dimensions | Specialization | Best For |
|---|---|---|---|
| Stratus | 768 | Agent states/actions | State similarity, planning |
| OpenAI text-embedding-3 | 1536 | General text | Semantic search, RAG |
| Cohere embed-v3 | 1024 | Multilingual | International content |
| Model | Latency (p50) | Latency (p99) |
|---|---|---|
small | 5ms | 15ms |
base | 10ms | 25ms |
large | 20ms | 50ms |
xl | 35ms | 80ms |
| Model | Price per 1M tokens |
|---|---|
small | $0.05 |
base | $0.10 |
large | $0.20 |
xl | $0.40 |