TG

TianGong AI (天工)

down

昆仑万维天工大模型。免费使用,无需注册API。

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

// At a glance

Free Tier
免费试用额度 · 200K上下文 · 手机号注册
Category
LLM
Credit Card
Not required
Last Verified
just now

// Free tier details

Available Models

SkyWork-o3TianGong-2TianGong-Turbo

Monthly Tokens

开发者免费试用额度

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_TIANGONG_KEY",
    base_url=300">"https://api.tiangong.cn/v1",
)

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

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

// Overview

天工 AI(TianGong)是昆仑万维旗下的大语言模型,支持 200K 超长上下文、联网搜索和文件解析。提供网页端免费使用,开发者 API 有免费试用额度。

// Pros

  • 200K 超长上下文
  • 内置联网搜索能力
  • 中文理解能力强

// Cons

  • 国内手机号注册
  • API 文档较少
  • 境外访问受限

// Score breakdown

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

Methodology: apivault.dev/methodology

// Best for

长文档中文分析联网问答国产 LLM 备选