Free Qwen 2.5 Coder 32B API on Cloudflare Workers AI

รับการเข้าถึง Qwen 2.5 Coder 32B ความเร็วสูงฟรีบนเครือข่ายขอบโลกของ Cloudflare

เกี่ยวกับโมเดล

ทำไมต้องเลือก Qwen 2.5 Coder 32B?

โมเดลโอเพนซอร์สชั้นนำสำหรับการเขียนโค้ด

วิธีเข้าถึงฟรี (ผ่าน Cloudflare Workers AI)

นโยบายฟรีของ Cloudflare

Cloudflare Workers AI มอบ 10,000 Neurons ฟรีทุกวันสำหรับทุกบัญชี ซึ่งเพียงพอสำหรับการสร้างข้อความหลายร้อยครั้งหรือรูปภาพคุณภาพสูงหลายสิบภาพ

ตัวอย่างโค้ด

curl
curl https://api.cloudflare.com/client/v4/accounts/$CF_ACCOUNT_ID/ai/run/@cf/qwen/qwen2.5-coder-32b-instruct \
  -H "Authorization: Bearer $CF_API_TOKEN" \
  -d '{"messages": [{"role": "user", "content": "Hello!"}]}'