OpenAI Text Available

GPT 5.5 API

ChatGPT 5.5 文本聊天、推理与编程模型,通过 GRS AI 提供 OpenAI 兼容调用并支持流式响应。

Starting price $4.5000 / 1M tokens · Price snapshot

Waiting to refresh live prices…

Get started Developer guide

Model pricing

Compare all public tiers and current prices for this series on one page.

Input

$4.5000 / 1M tokens

Output

$27.0000 / 1M tokens

Context

Max output

Model ID
gpt-5.5
Billing model
Per-Token billing
Available groups
default
Capabilities
chat

API reference

Base URL is https://api.rokoapi.com/v1. The model in requests must use the model IDs listed above.

curl https://api.rokoapi.com/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.5",
    "messages": [{"role":"user","content":"Introduce yourself in one sentence"}]
  }'

For more parameters, limits, and async task queries, read the GPT 5.5 developer guide. GPT 5.5 Developer guide · OpenAI · Authorization

Other OpenAI model series