Agent INTEGRATION
ExperimentalOpenClaw documents custom providers using an openai-completions adapter and an explicit model catalog.
The documented interface aligns, but the complete tool workflow has not been verified against Tsubasa.
Uses an example ID from the current environment. It is not a recommendation unless the capability panel says so.
{
models: {
providers: {
tsubasa: {
baseUrl: "https://api.tsubasa.sh/v1",
apiKey: "${TSUBASA_API_KEY}",
api: "openai-completions",
models: [{
id: "tsubasa-medium",
name: "Tsubasa model"
}]
}
}
},
agents: {
defaults: { model: { primary: "tsubasa/tsubasa-medium" } }
}
}