360

360智脑 API

online

360智脑多模态API。新用户免费额度,国内直连。

LLMest. 2005 · Beijing, China
82
/ 100 APIVault Score

// At a glance

Free Tier
免费试用额度 · 国内直连 · 手机号注册
Category
LLM
Credit Card
Not required
Last Verified
just now

// Free tier details

Available Models

360GPT2-Pro360GPT-Turbo360GPT-Flash360Zhinao-Embedding

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

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

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

// Overview

360智脑(360 GPT)是奇虎360推出的通用大模型,提供文本生成、向量生成、图像生成、语义相似度计算等多模态能力。API 开放平台向开发者提供免费试用额度,兼容 OpenAI 接口格式,国内直连无需代理。

// Pros

  • LLM + Embedding + 图像生成三合一
  • OpenAI-compatible,迁移成本低
  • 国内直连,访问稳定

// Cons

  • 模型能力弱于一线厂商(百度/阿里/腾讯)
  • 社区生态较小
  • 手机号注册

// 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)72/100
Popularity (15%) (GitHub stars (log-normalised), or manual baseline)66/100

Methodology: apivault.dev/methodology

// Best for

国产替代方案Embedding + 语义检索360生态集成