Authorization: Bearer. See the EmberCloud API docs for provider-specific parameters.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
Quick Start
Chat Completions
Target URL:https://api.embercloud.ai/v1/chat/completions
| Content Type | application/json |
| Streaming | Yes (set stream: true in request body) |
| Model | Input / 1M tokens | Output / 1M tokens |
|---|---|---|
| glm-5 | $0.57 | $1.82 |
| glm-4.5 | $0.57 | $2.09 |
| glm-4.7 | $0.38 | $1.66 |
| kimi-k2.5 | $0.356 | $1.98 |
| minimax-m2.5 | $0.143 | $0.855 |
| glm-4.5-air | $0.123 | $0.807 |
| qwen3-coder-next | $0.108 | $0.675 |
| glm-4.7-flash | $0.057 | $0.38 |
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests