Helicone · Capability

helicone-api — Model Registry

helicone-api — Model Registry. 1 operations. Lead operation: Returns a comprehensive list of all AI models with their configurations, pricing, and capabilities. Self-contained Naftiko capability covering one Helicone business surface.

Run with Naftiko HeliconeModel Registry

What You Can Do

GET
Getmodelregistry — Returns a comprehensive list of all AI models with their configurations, pricing, and capabilities
/v1/v1/public/model-registry/models

MCP Tools

returns-comprehensive-list-all-ai

Returns a comprehensive list of all AI models with their configurations, pricing, and capabilities

read-only idempotent

Capability Spec

helicone-model-registry.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: helicone-api — Model Registry
  description: 'helicone-api — Model Registry. 1 operations. Lead operation: Returns a comprehensive list of all AI models
    with their configurations, pricing, and capabilities. Self-contained Naftiko capability covering one Helicone business
    surface.'
  tags:
  - Helicone
  - Model Registry
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HELICONE_API_KEY: HELICONE_API_KEY
capability:
  consumes:
  - type: http
    namespace: helicone-model-registry
    baseUri: https://api.helicone.ai
    description: helicone-api — Model Registry business capability. Self-contained, no shared references.
    resources:
    - name: v1-public-model-registry-models
      path: /v1/public/model-registry/models
      operations:
      - name: getmodelregistry
        method: GET
        description: Returns a comprehensive list of all AI models with their configurations, pricing, and capabilities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.HELICONE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: helicone-model-registry-rest
    port: 8080
    description: REST adapter for helicone-api — Model Registry. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/public/model-registry/models
      name: v1-public-model-registry-models
      description: REST surface for v1-public-model-registry-models.
      operations:
      - method: GET
        name: getmodelregistry
        description: Returns a comprehensive list of all AI models with their configurations, pricing, and capabilities
        call: helicone-model-registry.getmodelregistry
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: helicone-model-registry-mcp
    port: 9090
    transport: http
    description: MCP adapter for helicone-api — Model Registry. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: returns-comprehensive-list-all-ai
      description: Returns a comprehensive list of all AI models with their configurations, pricing, and capabilities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: helicone-model-registry.getmodelregistry
      outputParameters:
      - type: object
        mapping: $.