Skip to content
Open metaiolab.com

Protocol Map

Tool typeUse this route familyWhat to configure
Generic OpenAI SDKsOpenAI-compatiblehttps://metaiolab.com/v1
CodexOpenAI-compatibleOPENAI_BASE_URL=https://metaiolab.com/v1
OpenCodeOpenAI-compatibleoptions.baseURL=https://metaiolab.com/v1
Cherry StudioOpenAI-compatiblecustom OpenAI provider + https://metaiolab.com/v1
Open WebUIOpenAI-compatibleOpenAI connection base URL https://metaiolab.com/v1
LobeChatNewAPI / OpenAI proxy styleNEWAPI_PROXY_URL=https://metaiolab.com or your deployment URL
LibreChatOpenAI-compatiblecustom endpoint pointing at https://metaiolab.com/v1
NextChatOpenAI-compatibleBASE_URL=https://metaiolab.com/v1
Claude CodeAnthropic-compatibleANTHROPIC_BASE_URL=https://metaiolab.com
  • GET /v1/models
  • POST /v1/chat/completions
  • POST /v1/responses
  • POST /v1/messages
Route familyCommon auth
OpenAI-compatibleAuthorization: Bearer sk-...
Anthropic-compatiblex-api-key: sk-... plus anthropic-version

If the tool is a general chat app or general AI client, start with the OpenAI-compatible route.