Recommended values
Do not set the Base URL to
https://api.aiohub.org/v1/chat/completions. The client appends /chat/completions, /responses, or another route itself.Tools that use a different guide
Use the dedicated page when a client asks for Anthropic, Claude Messages, Gemini, Responses, or app-specific provider fields:Client quick reference
Continue example
Aider example
.aider.conf.yml.
Verify with curl
Check API key and model visibility first:Troubleshooting
404 or route not found
404 or route not found
The Base URL is usually
https://api.aiohub.org/v1, not a full endpoint. If the error includes /v1/v1 or /chat/completions/chat/completions, remove the extra path segment.Model not found
Model not found
Query
/v1/models or check the console model list. Groups assigned to the API key control visible models, and a client’s built-in model list may not match AIOHub availability.Tool use or function calling fails
Tool use or function calling fails
Generic OpenAI-compatible clients usually use Chat Completions. Confirm the selected model, group, and client all support tool/function calling. Verify plain messages first.
Codex models fail in a generic client
Codex models fail in a generic client
Codex CLI is designed around the Responses API. A generic OpenAI-compatible client that only supports
/chat/completions may not support the full Codex model behavior.