gpt-5.6
Model ID: gpt-5.6
Provider: openai
Tier: pro
Capabilities: chat, reasoning
openai chat, reasoning model.
Access
Available on pro. Call it through the Riven API:
bash
curl https://api.rivenai.io/v1/chat/completions \
-H "Authorization: Bearer $RIVEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-5.6", "messages": [{"role": "user", "content": "Hello"}]}'Generated from the live Riven gateway catalog, 2026-07-25.