GPT-5.6-Sol
gpt-5.6-sol
Pricing
| Input · per 1M tokens | $5.00 |
| Output · per 1M tokens | $30.00 |
Call it
Swap <YOUR_TTTTT_API_KEY> and the snippet runs as-is.
curl https://api.ttttt.ai/v1/chat/completions \ -H "Authorization: Bearer $TTTTT_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-5.6-sol", "messages": [{ "role": "user", "content": "Hello!" }] }'