SilkRouter
Opening the site...
GPT / OpenAI entry from SilkRouter's public /v1/models catalog.
gpt-5.5 is a GPT / OpenAI model available through SilkRouter's OpenAI-compatible API. This page shows public price, context, capabilities, health, alternatives, and implementation snippets from the live catalog.
curl https://api.silkrouter.xyz/v1/chat/completions \
-H "Authorization: Bearer $SILKROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.5",
"messages": [{"role": "user", "content": "Hello from SilkRouter"}],
"max_tokens": 120
}'Customer-safe estimate from public billed catalog prices. Final billed usage depends on real tokens and successful calls.
$0.735000 input and $3.675000 output per 1M tokens.