Agent INTEGRATION
ExperimentalOpenClaude documents an OpenAI-compatible provider mode with configurable base URL, API key, and model.
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.
export CLAUDE_CODE_USE_OPENAI=1
export OPENAI_BASE_URL="https://api.tsubasa.sh/v1"
export OPENAI_API_KEY="$TSUBASA_API_KEY"
export OPENAI_MODEL="tsubasa-medium"
openclaudePrivacy reminder
Tsubasa does not write request content to usage history. The selected tool still handles content locally, and configured model infrastructure must process it to produce a response.