Tool Integration

OpenClaw

Configure OpenClaw as an experimental self-hosted agent gateway with a Ling.AI openai-completions provider.

Base https://api.vip.lingapi.ai/v1

Quick checklist

  1. Install OpenClaw and open its server configuration.
  2. Add models.providers.lingai with api set to openai-completions.
  3. Set baseUrl to https://api.vip.lingapi.ai/v1 and provide the Ling.AI API key from an environment secret.
  4. Run openclaw models list and compare the result with /v1/models before routing traffic.

Experimental status

OpenClaw configuration surfaces can change. Treat this page as a starting point and verify against the installed version before production use.

CC Switch

OpenClaw can also be configured from the OpenClaw tool page in CC Switch with an OpenAI-compatible /v1 base URL. Restart OpenClaw after switching providers.

Validation

Use openclaw models list, send one non-mutating prompt, then inspect Ling.AI request status and wallet deduction.

Example

Example
{
  "models": {
    "providers": {
      "lingai": {
        "api": "openai-completions",
        "baseUrl": "https://api.vip.lingapi.ai/v1",
        "apiKey": "env:LING_AI_API_KEY",
        "models": ["<model id from /v1/models>"]
      }
    }
  }
}
Command: openclaw models list