xAI
grok-video-3-15s
Grok · Per Request
grok-video-3-15sAvailableVideoVideo Generation
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.075 | $0.0525 |
Best For
Video Generation
Generating and editing video content
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "grok-video-3-15s",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does grok-video-3-15s cost?
On LemonData, grok-video-3-15s costs N/A per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is grok-video-3-15s best for?
grok-video-3-15s excels at Video, Video Generation. Access it through LemonData's unified API with a single API key.
How to use grok-video-3-15s API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.