---
title: "GET /api/v1/model-providers/registry"
method: GET
path: "/api/v1/model-providers/registry"
tags: ["Model Providers"]
---

# GET /api/v1/model-providers/registry

`GET /api/v1/model-providers/registry`

## Response `200`

Model provider registry

- object
  - `registry` object[], required
    - `id` string, required
    - `canonicalOpenClawId` string, required
    - `aliases` string[], required
    - `authModes` string[], required
    - `apiKind` 'openai-completions' | 'openai-responses' | 'openai-codex-responses' | 'anthropic-messages' | 'google-generative-ai' | 'github-copilot' | 'bedrock-converse-stream' | 'ollama', required
    - `defaultBaseUrls` string[], required
    - `controllerConfigurable` boolean
    - `modelsPageVisible` boolean
    - `region` 'global' | 'china' | 'local'
    - `signupUrl` string
    - `supportsCustomBaseUrl` boolean
    - `supportsModelDiscovery` boolean
    - `supportsProxyMode` boolean
    - `managedByAuthProfiles` boolean
    - `requiresOauthRegion` boolean
    - `authHeader` boolean
    - `defaultHeaders` object
    - `experimental` boolean
    - `hidden` boolean
    - `displayName` string, required
    - `displayNameKey` string
    - `descriptionKey` string
    - `apiDocsUrl` string
    - `apiKeyPlaceholder` string
    - `defaultProxyUrl` string
    - `logo` string

---

[API](https://skmtc.net/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.net/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/revisions/ee3237405da6/schema)
