YQ

腾讯元器 (Yuanqi)

online

腾讯零代码智能体平台。个人免费10万次/月,一键发布到微信。

LLMest. 1998 · Shenzhen, China
84
/ 100 APIVault Score

// At a glance

Free Tier
10万次/月免费 · 无需绑卡 · 微信生态
Category
LLM
Credit Card
Not required
Last Verified
just now

// Free tier details

Available Models

Hunyuan(混元大模型底层驱动)

Monthly Requests

个人/小微企业 10 万次/月免费调用

No credit card needed
Phone verification required

// Quick start

300">"text-purple-400">import requests

3 italic"># 调用腾讯元器 Agent API
response = requests.post(
    300">"https://yuanqi.tencent.com/api/v1/agent/chat/completions",
    headers={
        300">"X-Source": 300">"openapi",
        300">"Authorization": 300">"Bearer YOUR_YUANQI_TOKEN",
        300">"Content-Type": 300">"application/json",
    },
    json={
        300">"assistant_id": 300">"YOUR_ASSISTANT_ID",
        300">"user_id": 300">"user123",
        300">"stream": 300">"text-purple-400">False,
        300">"messages": [{300">"role": 300">"user", 300">"content": 300">"你好"}],
    },
)

print(response.json())

// Overview

腾讯元器是基于混元大模型的零代码 AI 智能体开发平台。个人开发者和小微企业完全免费,每月提供 10 万次 API 调用,可一键部署到微信、QQ、微信小程序等平台。通过 Yuanqi Agent API 可将智能体能力接入自有应用。

// Pros

  • 个人免费每月 10 万次调用
  • 一键发布到微信/QQ/小程序生态(亿级流量)
  • 零代码搭建,5分钟创建专属智能体

// Cons

  • 手机号注册(国内号)
  • 底层只有混元模型,不支持其他 LLM
  • 境外部署受限

// Score breakdown

Reliability (35%) (from just now health check)100/100
Free Tier Generosity (30%) (computed from quota, no-CC, no-phone fields)75/100
Documentation (20%) (human rating)76/100
Popularity (15%) (GitHub stars (log-normalised), or manual baseline)74/100

Methodology: apivault.dev/methodology

// Best for

微信/QQ 生态 AI 机器人企业客服智能体个人 AI 助理快速上线