OpenClaw can connect to OpenAI-compatible endpoints through a custom provider. Fill in the fields below.
What to fill in OpenClaw
The OpenClaw configuration file is usually located at:
~/.openclaw/openclaw.json
Add or update a provider in the configuration, then fill in the key fields:
baseUrl:https://www.su8.codes/v1(remove/responsesfromhttps://www.su8.codes/v1/responses)apiKey:<your SU8 Codes API Key>api:openai-responsesmodels[].id:<model name>(copy one from Models and channels)
Example:
{
"baseUrl": "https://www.su8.codes/v1",
"apiKey": "<your SU8 API Key>",
"api": "openai-responses",
"models": [
{
"id": "gpt-5.5",
"name": "gpt-5.5"
}
]
}
After configuration, use this page for the fastest self-check:
If there is an error, follow this page:
