audio1.0
Shengshu · Per Request
audio1.0AvailableAudio
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.01 | $0.007 |
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": "audio1.0",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does audio1.0 cost?
On LemonData, audio1.0 costs $0.0070 Per Request, which is up to 30% off the official pricing.
What is audio1.0 best for?
audio1.0 excels at Audio. Access it through LemonData's unified API with a single API key.
How to use audio1.0 API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/chat/completions using any compatible SDK. See the code examples above for detailed integration.