Skip to main content
Glama

list_models

View trained and imported AI models available for fine-tuning on Tuning Engines. Manage your model collection to select appropriate models for domain-specific tuning tasks.

Instructions

List your trained and imported models on Tuning Engines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the `listModels` method in the client library.
    async listModels(): Promise<any> {
      return this.request("GET", "/api/v1/models");
    }
  • The MCP server tool handler case for `list_supported_models`, which calls `client.listModels()`. Note: The MCP tool name 'list_models' actually calls 'client.listUserModels()' in this codebase; the 'list_supported_models' tool calls 'client.listModels()'.
    case "list_supported_models":
      result = await client.listModels();
      break;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cerebrixos-org/tuning-engines-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server