List currently routable models

Returns the slice of the model catalog that is currently routable. The Router is generally available: every organization may route to any catalog model, so the listing is shaped by routability, not by per-organization enrollment. The catalog digest identifies the release-pinned catalog that produced the listing so support can correlate a caller's view with an exact release. The listing is advisory: admission remains the enforcement point for access gates and credit. Optional language, objective, and path parameters select the exact benchmark projection used to order and annotate the rows.

get/v1/models

Query parameters

languagestring

Language code used for benchmark ranking; defaults to en.

objective'quality' | 'balanced' | 'latency' | 'cost'

Ranking objective; defaults to balanced.

path'stream' | 'streaming' | 'batch'

Speech transport projection; streaming is an alias for stream.

Response

The caller's slice of the catalog.

modelsModel[] required— unresolved $ref
catalog_digeststring required

Changes

Changed in 6 of the 7 revisions of this API.2421

    • added the required property models/items/capabilities/character_timings to the response with the 200 status

      response-required-property-added

    • added the required property models/items/capabilities/word_timings to the response with the 200 status

      response-required-property-added

  • 0af41c16c68111See the full diff
    • removed the optional property models/items/output_audio_formats from the response with the 200 status

      response-optional-property-removed

    • removed the s2s enum value from the models/items/kind response property for the response status 200

      response-property-enum-value-removed

  • 64464206b25611See the full diff
    • added the new s2s enum value to the models/items/kind response property for the response status 200

      response-property-enum-value-added

    • added the optional property models/items/output_audio_formats to the response with the 200 status

      response-optional-property-added

  • 9774b21e73da217See the full diff
    • removed the required property data from the response with the 200 status

      response-required-property-removed

    • removed the required property object from the response with the 200 status

      response-required-property-removed

    • removed the optional property languages from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter language

      new-optional-request-parameter

    • added the new optional query request parameter objective

      new-optional-request-parameter

    • added the new optional query request parameter path

      new-optional-request-parameter

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the required property benchmark to the response with the 200 status

      response-required-property-added

    • added the required property catalog_digest to the response with the 200 status

      response-required-property-added

    • added the required property models to the response with the 200 status

      response-required-property-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new Elo enum value to the data/items/qualityUnit response property for the response status 200

      response-property-enum-value-added

    • removed the MOS enum value from the data/items/qualityUnit response property for the response status 200

      response-property-enum-value-removed

    • added the optional property data/items/costPerMinUsd to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/created to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/languages to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/latencyMs to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/owned_by to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quality to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/qualityUnit to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/voices to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/voicesVerified to the response with the 200 status

      response-optional-property-added