Model id:
openai/gpt-5.5 — pass this as the model field in API requests.Spec
Pricing
Supported features
reasoning
Sampling parameters
max_completion_tokens, reasoning_effort
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Llama, Qwen, DeepSeek, Mistral — drop-in OpenAI-compatible.
openai/gpt-5.5 on Tera
openai/gpt-5.5 — pass this as the model field in API requests.| Provider | openai |
| Context length | 1,050,000 tokens |
| Max output | 4,096 tokens |
| Quantization | managed |
| Input modalities | text, image |
| Output modalities | text |
| per million tokens | |
|---|---|
| Input | $5.00 |
| Output | $30.00 |
| Cache Read | $0.50 |
reasoning
max_completion_tokens, reasoning_effort
curl https://api.tera.gw/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TERA_API_KEY" \
-d '{
"model": "openai/gpt-5.5",
"messages": [{"role": "user", "content": "Hello"}],
"max_completion_tokens": 256
}'