[ Web Proxy ]
URL:
Viewing: https://docs.digitalocean.com/reference/mcp/model-catalog-mcp-tools/ [Back]  [Original]

Model Catalog | DigitalOcean Documentation

For AI agents: The documentation index is at https://docs.digitalocean.com/llms.txt. Markdown versions of pages use the same URL with index.html.md in place of the HTML page (for example, append index.html.md to the directory path instead of opening the HTML document).

Model Catalog

Generated on 19 Aug 2026

Copy page as Markdown View page as Markdown

This content is automatically generated from https://github.com/digitalocean-labs/mcp-digitalocean/blob/main/pkg/registry/inference-modelcatalog/README.md.

Model Catalog MCP Tools

This directory contains tools and prompts for managing DigitalOcean Model Catalog via the MCP Server. The Model Catalog provides access to AI models available on DigitalOcean’s Inference platform.


Tools

Prompts


Example Usage

Search models:

Tool: inference-model-catalog-search
Args: {"SearchQuery": "llama"}

Get model details:

Tool: inference-model-catalog-get-card
Args: {"ModelUUID": "12345678-1234-1234-1234-123456789012"}

Compare two models:

Prompt: model-comparison
Args: {
  "ModelUUID1": "uuid-1",
  "ModelUUID2": "uuid-2"
}

Find models for a task:

Prompt: search-by-task
Args: {
  "Task": "low-latency chat",
  "Provider": "meta",
  "MaxInputPrice": "5.0"
}

Notes

In this article...

Model Catalog


We can't find any results for your search.

Try using different keywords or simplifying your search terms.


Web Proxy Viewer  |  New URL  |  Original Page