Skip to main content
Glama

list_models

List available generation engines/models and their credit cost for a category. Call this before generating instead of hardcoding engine names. Returns [{ name, label, cost, paidOnly, supportsMultiView, supportsUltraMode, ultraCost, ...

Instructions

List available generation engines/models and their credit cost for a category. Call this before generating instead of hardcoding engine names. Returns [{ name, label, cost, paidOnly, supportsMultiView, supportsUltraMode, ultraCost, ... }] — use name as the engine/model value. NOTE: the two 3D surfaces are SEPARATE catalogs — 3d is text-to-3D, image-to-3d is image-to-3D. An unrecognized category silently falls back to 3d, so a guessed value returns a plausible list that is missing image-only engines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo`3d` lists TEXT-to-3D engines only. Engines whose vendor takes image input alone (e.g. meshy-7) have no text-to-3D row and appear ONLY under `image-to-3d` — use that before generate_3d_from_image.3d

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv0.1.6
    • addedInput schema / properties / category / description
      Added value: +"`3d` lists TEXT-to-3D engines only. Engines whose vendor takes image input alone (e.g. meshy-7) have no text-to-3D row and appear ONLY under `image-to-3d` — use that before generate_3d_from_image."
    • changedInput schema / properties / category / enum
      Previous value: -[
      -  "3d",
      -  "image",
      -  "parts-board",
      -  "remesh",
      -  "texture",
      -  "animate"
      -]New value: +[
      +  "3d",
      +  "image-to-3d",
      +  "image",
      +  "parts-board",
      +  "remesh",
      +  "texture",
      +  "animate",
      +  "uv-unwrap"
      +]
  2. Changed1 schema field changedv0.1.5
    • changedInput schema / properties / category / enum
      Previous value: -[
      -  "3d",
      -  "image",
      -  "remesh",
      -  "texture",
      -  "animate"
      -]New value: +[
      +  "3d",
      +  "image",
      +  "parts-board",
      +  "remesh",
      +  "texture",
      +  "animate"
      +]
  3. First observedv0.1.0

TDQS

Score is being calculated.