Why pick it
- Live backend route with verified pricing and billing.
- Public catalog entry generated from the backend model list.
Alibaba
cosyvoice
CosyVoice is available through BatchIn's public live catalog.
Params
300M
Context
4K
Max Output
N/A
License
Apache-2.0
TTFT
180ms
Throughput
real-time
Why pick it
Pricing
Quick start
OpenAI-compatible surface. Swap the base URL and ship
from openai import OpenAI
client = OpenAI(
base_url="https://api.luminapath.tech/v1",
api_key="BATCHIN_API_KEY"
)
resp = client.chat.completions.create(
model="cosyvoice",
messages=[{"role": "user", "content": "Summarize why this model is a fit for my workload"}]
)
print(resp.choices[0].message.content)import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.luminapath.tech/v1",
apiKey: process.env.BATCHIN_API_KEY,
});
const resp = await client.chat.completions.create({
model: "cosyvoice",
messages: [{ role: "user", content: "Summarize why this model is a fit for my workload" }],
});
console.log(resp.choices[0]?.message?.content);curl https://api.luminapath.tech/v1/chat/completions \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{
"model": "cosyvoice",
"messages": [{"role":"user","content":"Summarize why this model is a fit for my workload"}]
}'Specs
Architecture
Speech synthesis stack
Vendor group
Alibaba
Context window
4K
Max output
N/A
Best for
Related models
Back to model center