Cosyvoice-v3-flash
Aliyun CosyVoice native text to speech
- 能力
- "POST", "endpoint": "/services/aigc/multimodal-generation/generation", "protocol": "audio-tts", "parameters": {"optional": {"voice": {"type": "string", "default": "Cherry"}, "format": {"type": "string", "default": "mp3"}, "language_type": {"type": "string", "default": "Chinese"}}, "required": ["model", "input"]}, "validation": {"timeout_ms": 90000, "status_codes": [200], "response_path": "output.audio.url", "must_be_non_empty": true}, "test_request": {"input": {"text": "你好,欢迎使用 InferLink。", "voice": "Cherry", "language_type": "Chinese"}, "model": "{{model}}"}}
- 输入
- 输出
- 区域
- global
- 验证时间
- 2026-08-15T04:50:43.133730368+00:00
- 价格
- 0 IFT / 1M tokens
- 文档
- -
调用示例
curl https://api.inferlink.ai/v1/chat/completions \
-H 'Authorization: Bearer $INFERLINK_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"model":"aliyun/aliyun/cosyvoice-v3-flash","messages":[{"role":"user","content":"Hello"}]}'