Helicone · Capability

helicone-api — Comparison

helicone-api — Comparison. 1 operations. Lead operation: Comparison. Self-contained Naftiko capability covering one Helicone business surface.

Run with Naftiko HeliconeComparison

What You Can Do

POST
Getmodelcomparison — getmodelcomparison
/v1/v1/public/compare/models

MCP Tools

getmodelcomparison

getmodelcomparison

Capability Spec

helicone-comparison.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: helicone-api — Comparison
  description: 'helicone-api — Comparison. 1 operations. Lead operation: Comparison. Self-contained Naftiko capability covering
    one Helicone business surface.'
  tags:
  - Helicone
  - Comparison
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HELICONE_API_KEY: HELICONE_API_KEY
capability:
  consumes:
  - type: http
    namespace: helicone-comparison
    baseUri: https://api.helicone.ai
    description: helicone-api — Comparison business capability. Self-contained, no shared references.
    resources:
    - name: v1-public-compare-models
      path: /v1/public/compare/models
      operations:
      - name: getmodelcomparison
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.HELICONE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: helicone-comparison-rest
    port: 8080
    description: REST adapter for helicone-api — Comparison. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/public/compare/models
      name: v1-public-compare-models
      description: REST surface for v1-public-compare-models.
      operations:
      - method: POST
        name: getmodelcomparison
        description: getmodelcomparison
        call: helicone-comparison.getmodelcomparison
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: helicone-comparison-mcp
    port: 9090
    transport: http
    description: MCP adapter for helicone-api — Comparison. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: getmodelcomparison
      description: getmodelcomparison
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: helicone-comparison.getmodelcomparison
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.