Back to models
OpenAI

OpenAI: GPT-6 Sol

gpt-6-sol
OpenAI1.1M context$2.00 / 1M tokens (input)$10.00 / 1M tokens (output)

GPT-6 Sol is the cost-efficient high-end model in OpenAI's GPT-6 series, positioned below the flagship GPT-6 Astra and above the fast GPT-6 Luna tier. It is suited for demanding professional work, agentic coding, business workflow automation, and computer use, and is particularly strong at long-horizon software engineering tasks in real codebases. It approaches Astra-level factual reliability at a much lower cost and shares Astra's clearer, more concise communication style in technical and coding conversations.

Total Context1.1M
Input Price$2.00
Output Price$10.00

Providers for OpenAI: GPT-6 Sol

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

OpenAI
Total Context1.1M
Input Price$2.00
Output Price$10.00

Sample code and API for OpenAI: GPT-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-6-sol",
  "input": "Describe a calm futuristic city at sunrise."
}'