Back to all models

Azure Cognitive Services

gpt-5-chat

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

Vendor

Azure Cognitive Services

Category

Large Language Model API

Pricing

Input price / 1M tokens

$6.25

Output price / 1M tokens

$50.00

Supported endpoints

openai

Quick start

OpenAI-compatible — just change base_url to treeRouter to use this model:

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"}]
  }'