Back to models
provider-prod-1-modrouter-openai-secondary

GPT-5.6 Sol

gpt-5.6-sol
provider-prod-1-modrouter-openai-secondary0 context$5.00 / 1M tokens (input)$30.00 / 1M tokens (output)

GPT-5.6 Sol supports Text, Image input and Text output through OpenAI.

Total Context0
Input Price$5.00
Output Price$30.00

Providers for GPT-5.6 Sol

AnyInt routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

provider-prod-1-modrouter-openai-secondary
Total Context0
Input Price$5.00
Output Price$30.00

Sample code and API for GPT-5.6 Sol

AnyInt generates a quickstart from this model's declared API operations, including complete polling flows for asynchronous media.

Create API key

Choose an operation and language that match this model.

ResponsesOpenAI compatible

Call the standard operation supported by this model.

/v1/responses
curl 'https://api.anyint.ai/v1/responses' \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
  "model": "gpt-5.6-sol",
  "input": "Describe a calm futuristic city at sunrise."
}'