返回模型广场

Azure Cognitive Services

gpt-5-chat

GPT-5 Chat 是由 azure-cognitive-services 提供的人工智能模型。

供应商

Azure Cognitive Services

类型

AI 大模型 API

价格

输入价格 / 1M Tokens

$6.25

输出价格 / 1M Tokens

$50.00

支持的接口

openai

快速接入

兼容 OpenAI 协议,把 base_url 改为 treeRouter,即可使用此模型:

curl https://treerouter.com/v1/chat/completions \
  -H "Authorization: Bearer $TREEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5-chat",
    "messages": [{"role": "user", "content": "Hello"}]
  }'