Audio sample slot
Voice preview
Short product narration for Nfero Model Hub with clear enterprise tone and neutral accent.
CosyVoice
CosyVoiceAlibaba speech synthesis model for generated voice output.
Visual demos
Short product narration for Nfero Model Hub with clear enterprise tone and neutral accent.
Upload a sales-call excerpt and return clean transcript plus speaker-aware summary.
Light technology music loop for a 20-second model launch video.
These are safe placeholder slots. Swap in official Alibaba-provided logos, posters, and demo videos when asset usage is approved.
Pricing has not been verified. Treat this model as needs_review for production use.
No run output yet.
Provider terms Commercial status: unknown.
Endpoint payload needs admin adapter verification.
Limits need admin review.
curl -X POST https://nfero.com/api/models/cosyvoice-v3.5-plus/run \
-H 'content-type: application/json' \
-d '{"text":"Welcome to Nfero Model Hub, powered by Alibaba Model Studio.","voice":"default","format":"mp3"}'await fetch('/api/models/cosyvoice-v3.5-plus/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"text": "Welcome to Nfero Model Hub, powered by Alibaba Model Studio.",
"voice": "default",
"format": "mp3"
})
});import requests
requests.post('https://nfero.com/api/models/cosyvoice-v3.5-plus/run', json={
"text": "Welcome to Nfero Model Hub, powered by Alibaba Model Studio.",
"voice": "default",
"format": "mp3"
})No runs recorded yet.