CosyVoice

CosyVoice V3.5 Plus

Alibaba speech synthesis model for generated voice output.

Alibaba CloudText to speechneeds review

Visual demos

Example media slots

Audio sample slot

Voice preview

Short product narration for Nfero Model Hub with clear enterprise tone and neutral accent.

ASR test slot

Speech recognition

Upload a sales-call excerpt and return clean transcript plus speaker-aware summary.

Music slot

Music bed

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.

Inputs

Advanced settings

Cost

Unknown

Pricing has not been verified. Treat this model as needs_review for production use.

Unpriced usageNeeds review

Output

audio
No run output yet.

License

Provider terms Commercial status: unknown.

Deployment

Endpoint payload needs admin adapter verification.

Limits

Limits need admin review.

API Examples

curl
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"}'
JavaScript
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"
})
});
Python
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"
})

Recent Runs

No runs recorded yet.

Related Models