Skip to content
Open metaiolab.com

Claude Code

Claude Code is the clearest example of why MetaioLab should not be described as “OpenAI-compatible only.”

On March 8, 2026, the Anthropic-compatible HTTP endpoint was tested successfully at:

  • POST https://metaiolab.com/v1/messages
  • model used: gpt-5.4
  • Client base URL: https://metaiolab.com
  • Actual request route used by Anthropic-style clients: /v1/messages
  • Model discovery route: /v1/models

Do not set ANTHROPIC_BASE_URL=https://metaiolab.com/v1 unless the specific client expects that format. In the normal Anthropic pattern, the client appends /v1/messages itself.

Terminal window
export ANTHROPIC_BASE_URL="https://metaiolab.com"
export ANTHROPIC_API_KEY="sk-your-token"

MetaioLab’s Anthropic-compatible path responds correctly to:

  • x-api-key
  • anthropic-version
  • Anthropic-style messages payloads
  • Publish at least one verified model in customer onboarding docs.
  • Right now, gpt-5.4 is a validated example.
  • Keep your customer instructions explicit: Claude-style client → Anthropic-compatible path.

Claude Code still hits Anthropic directly

Section titled "Claude Code still hits Anthropic directly"
  • Re-check ANTHROPIC_BASE_URL
  • Re-run /status
  • Restart the terminal session if needed
  • Make sure the value is your MetaioLab token, not an Anthropic console key.
  • Make sure the token is enabled for the target model.
  • Verify the token can access at least one Claude-compatible model mapping.