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 family | Typical routes | Best for |
|---|---|---|
| OpenAI-compatible | /v1/models, /v1/chat/completions, /v1/responses | Codex, OpenCode, SDKs, desktop AI apps, most general clients |
| Anthropic-compatible | /v1/messages | Claude Code and Anthropic-native clients |
The simplest mental model
Section titled "The simplest mental model"- Use
https://metaiolab.com/v1when the tool says “OpenAI compatible.” - Use
https://metaiolab.comas the Claude/Anthropic base only when the client itself appends/v1/messages. - If you are testing manually with
curl, the Anthropic-compatible HTTP endpoint ishttps://metaiolab.com/v1/messages.
References
Section titled "References"- MetaioLab: https://metaiolab.com
new-apidocs: https://docs.newapi.pro/en/docs/api/ai-model/chat/openai/createchatcompletion