Audio sample slot
Voice preview
Short product narration for Nfero Model Hub with clear enterprise tone and neutral accent.
Fun
FunAlibaba speech recognition model for audio transcription.
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/fun-asr/run \
-H 'content-type: application/json' \
-d '{"language":"auto","timestamps":true}'await fetch('/api/models/fun-asr/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"language": "auto",
"timestamps": true
})
});import requests
requests.post('https://nfero.com/api/models/fun-asr/run', json={
"language": "auto",
"timestamps": true
})No runs recorded yet.