OSS-first docs

These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.

provider-ranking.model.comparison

Side-by-side comparison of AI model scores and capabilities.

  • Type: presentation (presentation)
  • Version: 1.0.0
  • Tags: comparison
  • File: packages/libs/contracts-spec/src/provider-ranking/presentations/modelComparison.presentation.ts
  • field.key.label
    provider-ranking.model.comparison
    field.version.label
    1.0.0
    field.type.label
    presentation (presentation)
    field.title.label
    provider-ranking.model.comparison
    field.description.label

    Side-by-side comparison of AI model scores and capabilities.

  • Type: presentation (presentation)
  • Version: 1.0.0
  • Tags: comparison
  • File: packages/libs/contracts-spec/src/provider-ranking/presentations/modelComparison.presentation.ts
  • field.tags.label
    comparison
    field.owners.label
    field.stability.label

    Side-by-side comparison of AI model scores and capabilities.

    Goal

    Enable informed model selection through visual comparison.

    Context

    Used by Studio to compare two or more models across dimensions.

    Source Definition

    export const ModelComparisonPresentation = definePresentation({
      meta: {
        key: 'provider-ranking.model.comparison',
        title: 'Model Comparison',
        version: '1.0.0',
        description: 'Side-by-side comparison of AI model scores and capabilities.',
        goal: 'Enable informed model selection through visual comparison.',
        context: 'Used by Studio to compare two or more models across dimensions.',
        domain: PROVIDER_RANKING_DOMAIN,
        owners: PROVIDER_RANKING_OWNERS,
        tags: [...PROVIDER_RANKING_TAGS, 'comparison'],
        stability: PROVIDER_RANKING_STABILITY,
        docId: [docId('docs.tech.provider-ranking.model.comparison')],
      },
      capability: {
        key: 'provider-ranking.system',
        version: '1.0.0',
      },
      source: {
        type: 'component',
        framework: 'react',
        componentKey: 'modelComparison',
      },
      targets: ['react', 'markdown'],
    });