ShareAI Platform Docs

List provider and network models

Read the ShareAI Provider API network catalog, your provider catalog and exact model details using provider_models:read.

View as Markdown
On this page

Use the network catalog to discover available model records and your catalog to inspect models associated with the authenticated provider. A catalog entry is distinct from a device actively sharing that model.

Use the catalog to identify the exact model and its provider-facing settings.Use the catalog to identify the exact model and its provider-facing settings.
Use the catalog to identify the exact model and its provider-facing settings.
GET https://api.shareai.now/api/v1/console/provider/model-catalog

Read the network model catalog.

Base URL
https://api.shareai.now
Authentication
HTTP Basic: provider UUID and provider access token
Required scope
provider_models:read
GET https://api.shareai.now/api/v1/console/provider/model-catalog/my

Read this provider’s model catalog.

Base URL
https://api.shareai.now
Authentication
HTTP Basic: provider UUID and provider access token
Required scope
provider_models:read

Query parameters#

ParameterUse
pagePagination page, starting at 1.
limitRequested page size; the server applies its supported bounds.
searchFilter model names or identifiers.
typeOptional supported catalog-type filter on the network catalog.

cURL

curl --fail-with-body --request GET \
  "https://api.shareai.now/api/v1/console/provider/model-catalog/my?page=1&limit=20" \
  -u "$PROVIDER_UUID:$PROVIDER_ACCESS_TOKEN"

Read an exact model#

GET https://api.shareai.now/api/v1/console/provider/model-catalog/my/model

Look up an exact full_model_identifier.

Base URL
https://api.shareai.now
Authentication
HTTP Basic: provider UUID and provider access token
Required scope
provider_models:read

cURL

curl --get --fail-with-body https://api.shareai.now/api/v1/console/provider/model-catalog/my/model \
  -u "$PROVIDER_UUID:$PROVIDER_ACCESS_TOKEN" \
  --data-urlencode "full_model_identifier=$MODEL_IDENTIFIER"

Interpret the response#

List responses identify the selected catalog and return its items. A known model can be returned by an exact lookup even when it has not been added to the provider. Check the returned association and permission state before offering a pricing or sharing action.

Keep identifiers exact#

Do not rebuild an identifier from a model’s display name. Preserve its creator/model/tag punctuation, and URL-encode query values. Use the provider’s current permissions and the model’s access terms when deciding whether it can be served.

Last updated September 15, 2026

ShareAI Platform Docs
All documentation

Search by title or content.

Ask about this page

Choose an assistant to explore this page. You can also copy the page and paste it into your conversation.

Ask ChatGPTAsk ClaudeAsk GrokAsk ShareAI