Skip to main content
Claude Code can connect to APIAny.AI through environment variables or local configuration files. It is useful for terminal, editor, and automated development workflows.

Prerequisites

  • Claude Code is installed.
  • You have created an API key in the APIAny.AI dashboard.
  • You have selected a model ID.

Install

Configure with settings.json

Add this to ~/.claude/settings.json:
Restart Claude Code after saving. You can also test with temporary environment variables:

Walkthrough screenshots

The screenshots below show the key configuration screens in Claude Code. API names and endpoints have been adjusted for APIAny.AI.

Step 1

Claude Code setup screenshot 1

Troubleshooting

401 or authentication errors

Make sure the API key is copied completely, has no extra spaces, and is enabled in the APIAny.AI dashboard.

The model does not appear in the app

Enter the model ID manually and confirm it is available in the model catalog. Some tools do not fetch model lists automatically.

Which Base URL should I use?

OpenAI-compatible settings usually use https://apiany.ai/v1; Claude-compatible settings usually use https://apiany.ai; tools that ask for a full endpoint use https://apiany.ai/v1/chat/completions.