BC

Baichuan AI

degraded

百川大模型。新用户80元免费额度 + 1000万Token。

LLMest. 2023 · Beijing, China
88
/ 100 APIVault Score

// At a glance

Free Tier
80元免费额度 · ~1000万tokens · 无需绑卡
Category
LLM
Credit Card
Not required
Last Verified
just now

// Free tier details

Available Models

Baichuan4-AirBaichuan4-TurboBaichuan4

Monthly Tokens

新用户 80元(约1000万 tokens)+ Assistant API 免费

Rate Limit

120 RPM (认证后)

No credit card needed
Phone verification required

// Quick start

300">"text-purple-400">from openai 300">"text-purple-400">import OpenAI

client = OpenAI(
    api_key=300">"YOUR_BAICHUAN_KEY",
    base_url=300">"https://api.baichuan-ai.com/v1",
)

response = client.chat.completions.create(
    model=300">"Baichuan4-Air",
    messages=[{300">"role": 300">"user", 300">"content": 300">"你好"}],
)

print(response.choices[0].message.content)

// Overview

百川智能(Baichuan)提供 Baichuan4-Air、Baichuan4-Turbo 等模型,新用户注册赠送 80元 免费额度(约1000万 tokens),同时支持 Assistant API 免费使用。OpenAI-compatible 接口,认证账号 120 RPM。

// Pros

  • 新用户赠送 80元(约1000万 tokens)
  • OpenAI-compatible,迁移容易
  • Assistant API 免费

// Cons

  • 国内手机号注册
  • 未认证账号仅 12 RPM,每日 300次限制
  • 额度有有效期

// Score breakdown

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

Methodology: apivault.dev/methodology

// Best for

中文对话应用长文本分析低成本原型开发