OpenAIПопулярно

GPT-5.6 Terra

Balanced agentic coding model for everyday work.

GPT-5.6 Terra is the balanced tier of the GPT-5.6 line: strong agentic coding at lower latency and cost than Sol. The default pick for day-to-day engineering and production coding agents.

Лучше всего для

Ежедневное программированиеПродакшен-приложенияCI-агенты

Сильные стороны

  • Отличное соотношение цена/качество
  • Быстрая
  • Сильный код

Использование GPT-5.6 Terra через AnyModel

Один OpenAI-совместимый эндпоинт — просто укажите id модели:

curl https://anymodel.org/v1/chat/completions \
  -H "Authorization: Bearer $ANYMODEL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.6-terra",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'