Skip to content
Open metaiolab.com

OpenCode

OpenCode is a practical fit for MetaioLab because its custom provider flow matches the verified OpenAI-compatible endpoint well.

  • Base URL to configure: https://metaiolab.com/v1
  • Provider type: OpenAI-compatible
  • Starter model example: gpt-5.4
  1. Run /connect
  2. Scroll to Other
  3. Create a provider ID such as metaiolab
  4. Enter your MetaioLab API key
  5. Add the provider to your opencode.json
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"metaiolab": {
"npm": "@ai-sdk/openai-compatible",
"name": "MetaioLab",
"options": {
"baseURL": "https://metaiolab.com/v1"
},
"models": {
"gpt-5.4": { "name": "GPT-5.1 Codex Mini" }
}
}
}
}