AIAPIZZ 登录 免费注册
模型广场 gpt-6-sol

gpt-6-sol

文本生成 / 图像理解 外国模型 新上线

该模型暂无简介。

价格

当前倍率 ×1
输入¥14.00/M
输出¥70.00/M
缓存命中¥1.40/M
缓存写入¥17.50/M
价格单位:元 / 百万 token。上面已含当前倍率; 分段价与分时倍率作用在其上(基础价 → 长度段 → 时段价 → 乘时段倍率 → 乘倍率与折扣)。
分段计价(按单次请求的输入长度,价格已含当前倍率)
输入区间(tokens)输入输出缓存上下文最大输出
272K – 28 ¥28.00/M ¥105.00/M ¥2.80/M 同基础 同基础

规格与表现

模型类型文本生成 / 图像理解
上下文长度1.1M tokens
最大输出128K tokens
近 7 天请求0 次
平均耗时—
近 7 天 Token0

快速开始

直接替换官方 base_url 即可
接口地址
https://aiapizz.com/v1
curl
curl https://aiapizz.com/v1/chat/completions \
  -H "Authorization: Bearer sk-你的密钥" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-6-sol","messages":[{"role":"user","content":"你好"}]}'
Python(openai 官方 SDK)
from openai import OpenAI

client = OpenAI(
    api_key="sk-你的密钥",
    base_url="https://aiapizz.com/v1",
)

r = client.chat.completions.create(
    model="gpt-6-sol",
    messages=[{"role": "user", "content": "你好"}],
)
print(r.choices[0].message.content)

同系列的其他模型

AIAPIZZ  · 模型广场  · 接口文档  · 服务条款  · 隐私政策
This website is independently developed and operated by the AIAPIZZ team. It is not affiliated with, authorized by, endorsed by, or otherwise associated with any other AI website, platform, brand, or service provider.
© 2026 AIAPIZZ