vace-14b
VACE · Per Second
vace-14bAvailableVideoAsyncVideo GenerationContext Window: 33KMax Output Tokens: 8K
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.11 | $0.077 |
Parameters
Context Window
33K tokens
Max Output Tokens
8K tokens
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": "vace-14b",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does vace-14b cost?
On LemonData, vace-14b 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 vace-14b best for?
vace-14b excels at Video, Async, Video Generation. Access it through LemonData's unified API with a single API key.
How to use vace-14b 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.