anthropic/claude-opus-4.8
High-capability Claude model for complex reasoning, code and agent runs.
Вызывайте четыре конкретные модели через Chat Completions. Каждая модель поддерживает нативные инструменты клиента для OpenCode и других совместимых приложений.
https://ai.proxify.host/api
anthropic/claude-opus-4.8
High-capability Claude model for complex reasoning, code and agent runs.
anthropic/claude-opus-5
Latest Claude Opus model for demanding reasoning and long-running agent work.
openai/gpt-5.5
High-capability GPT model for chat, code and tool-enabled workflows.
openai/gpt-5.6-sol
Latest GPT reasoning model for complex coding and autonomous agent runs.
Пополнение API-баланса, поддержка и индивидуальные объёмы оформляются через @proxifyaihelp.
Для OpenCode и других OpenAI-совместимых coding-клиентов выберите любую модель из GET /v1/models. Нативные tool calls поддерживаются общей возможностью API.
curl https://ai.proxify.host/api/v1/chat/completions \
-H "Authorization: Bearer pxy_live_xxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-5.6-sol",
"messages": [
{"role": "user", "content": "Собери короткий план запуска AI-продукта."}
],
"web_search": false
}'
Вызывайте четыре конкретные модели через Chat Completions. Каждая модель поддерживает нативные инструменты клиента для OpenCode и других совместимых приложений.