Why choose Whisper Large v3?
Whisper Large v3 provides industrial-grade speech-to-text accuracy in any noisy environment, supporting precision recognition of over 100 languages globally.
Get high-speed free access to whisper-large-v3 on Cloudflare's global edge network.
Whisper Large v3 provides industrial-grade speech-to-text accuracy in any noisy environment, supporting precision recognition of over 100 languages globally.
Cloudflare Workers AI 为所有免费账户提供每天 10,000 Neurons 的免费额度。这一额度足够支撑每天上百次的文本生成、数十张高质量生图或多段长音频转录。
curl https://api.cloudflare.com/client/v4/accounts/$CF_ACCOUNT_ID/ai/run/@cf/openai/whisper-large-v3 \
-H "Authorization: Bearer $CF_API_TOKEN" \
-d '{"messages": [{"role": "user", "content": "Hello!"}]}'