Connect your wallet to generate an API key and access the proxy.
Use this key in the Authorization header (e.g., Authorization: Bearer YOUR_KEY) to access the /v1 endpoints.
Use the following configuration details to connect your application to the UOMI OpenClaw service:
API URL:
https://openclaw.uomi.ai/v1
API Key:
Your API key will appear here
Model ID:
uomi
UOMI OpenClaw can be used as a Custom Provider in OpenClaw (formerly Clawdbot).
openclaw onboardopenaihttps://openclaw.uomi.ai/v1uomiuomi-localTip: You can also use the one-liner:
openclaw onboard --auth-choice custom-api-key --custom-base-url https://openclaw.uomi.ai/v1 --custom-model-id uomi --custom-api-key YOUR_KEY
Add this to the models.providers section in ~/.openclaw/openclaw.json:
"uomi-provider": {
"baseUrl": "https://openclaw.uomi.ai/v1",
"api": "openai-completions",
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "uomi",
"contextWindow": 32000,
"reasoning": true
}
]
}