anthropic/claude-opus-4.8
High-capability Claude model for complex reasoning, code and agent runs.
Call four concrete models through Chat Completions. Every model supports native client tool calls for OpenCode and other compatible clients.
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 balance top-ups, support and custom volume are handled via @proxifyaihelp.
Choose any model returned by GET /v1/models for OpenCode and other OpenAI-compatible coding clients with native tool calls. Hosted integrations and connectors remain unavailable through the 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
}'
Call four concrete models through Chat Completions. Every model supports native client tool calls for OpenCode and other compatible clients.