Claude for Microsoft O365
Gateway: https://chat.ultimateai.org (note: without /v1/messages) Model: claude-sonnet-6 (specify the model in this format)
Continue reading...Gateway: https://chat.ultimateai.org (note: without /v1/messages) Model: claude-sonnet-6 (specify the model in this format)
Continue reading...Open-Co-Work, runs locally in an isolated sandbox. How to Install Download and install the latest release for Windows and Mac Open Co-Work Releases OpenSource Repo https://github.com/OpenCoworkAI/open-cowork/releases Once Installed configure the API provider as follows; Select "More Models" Enter your API key from "settings->account" Select "Anthropic"…
Continue reading...Open Source Project: https://github.com/nexu-io/open-design.git Preinstall and configure within WSL "Claude Code". (refer to our Claude Code guide, for instructions on how to Install\Configure Claude Code). Ensure Claude Code is in the path and accessible. Then run the following commands. git clone https://github.com/nexu-io/open-design.git cd open-design corepack…
Continue reading...Yes OpenClaw (formerly ClawdBot\Moltbot) is supported with the MiniMax-M2 model. We have a quick start script to get you going. However please exercise caution and follow best practices. VPS, Sandbox, VM and only grant required permissions. Due to the potentially high API costs, this service…
Continue reading...All you need to do is EITHER
Set three environment variables (Linux and WSL), recommend adding to your profile to be persistent.
export ANTHROPIC_BASE_URL="https://chat.ultimateai.org"export ANTHROPIC_AUTH_TOKEN="<your api key>"export API_TIMEOUT_MS="3000000"
Or save settings in a config file (recommended for Windows)
{ "env": { "ANTHROPIC_AUTH_TOKEN": "<your API key>", "ANTHROPIC_BASE_URL": "https://chat.ultimateai.org", "API_TIMEOUT_MS": "3000000" }}
Run claude.exe.

That's it.
GOOGLE_GEMINI_BASE_URL=https://chat.ultimateai.orgGOOGLE_GENAI_USE_VERTEXAI=falseGEMINI_API_KEY=<your api key>
Important when launching gemini append the MiniMax model, example;
gemini –model MiniMax-M2.7
Failure to do this, will result in degraded performance, as Gemini client will try and connect back to Google. MiniMax usage is not metered and supports all tool use.


Add this single line to the top of your "config.toml" located in the ".codex" folder.
openai_base_url = "https://chat.ultimateai.org/v1"
Start a NEW chat\window.
Note: For the first message, there may be a few re-tries while the protocol is negotiated.
Continue reading...