Skip to content
Open metaiolab.com

Overview

When people say “use my AI API with coding tools,” the practical question is usually simpler than it sounds.

For MetaioLab, the currently documented and live-tested interface families are:

Interface familyTypical routesBest for
OpenAI-compatible/v1/models, /v1/chat/completions, /v1/responsesCodex, OpenCode, SDKs, desktop AI apps, most general clients
Anthropic-compatible/v1/messagesClaude Code and Anthropic-native clients
  • Use https://metaiolab.com/v1 when the tool says “OpenAI compatible.”
  • Use https://metaiolab.com as the Claude/Anthropic base only when the client itself appends /v1/messages.
  • If you are testing manually with curl, the Anthropic-compatible HTTP endpoint is https://metaiolab.com/v1/messages.