Artificial Analysis
Artificial Analysis is an independent AI benchmarking & analysis company.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "ARTIFICIAL_ANALYSIS_EVALUATE_CRIT_PT", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("ARTIFICIAL_ANALYSIS_EVALUATE_CRIT_PT", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute ARTIFICIAL_ANALYSIS_EVALUATE_CRIT_PT --data '{ }'Tool catalog
Available tools
31 callable operations
Submit code for CritPt evaluationARTIFICIAL_ANALYSIS_EVALUATE_CRIT_PTSubmit generated code solutions for grading against CritPt benchmark problems. This endpoint differs from the rest of the API. It is a **code evaluation service**, not a data retrieval endpoint. It accepts one or more code submissions and returns grading results from the CritPt evaluation server. Rate limited to **10 requests per day** per user. Only successful gradings (`200`) count toward the limit — grader error responses (`400`/`422`/`503`/`5xx`) and grader timeouts are refunded. Rate limit information is returned via `X-RateLimit-*` response headers.Connection
Submit generated code solutions for grading against CritPt benchmark problems. This endpoint differs from the rest of the API. It is a **code evaluation service**, not a data retrieval endpoint. It accepts one or more code submissions and returns grading results from the CritPt evaluation server. Rate limited to **10 requests per day** per user. Only successful gradings (`200`) count toward the limit — grader error responses (`400`/`422`/`503`/`5xx`) and grader timeouts are refunded. Rate limit information is returned via `X-RateLimit-*` response headers.
Authentication
Connected account requiredTags
Get image-editing arena rankingsARTIFICIAL_ANALYSIS_GET_IMAGE_EDITING_ARENAReturns arena Elo rankings for image-editing models. Free tier returns model identity plus Elo and CI only; Pro adds rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/image-editing/models/free`](#getImageEditingArenaFree) instead. Only models that hold a leaderboard rank are returned: current, first-party foundational models with at least 1,000 arena appearances. Models below the threshold, superseded versions, and third-party models are omitted rather than returned with a null rank.Connection
Returns arena Elo rankings for image-editing models. Free tier returns model identity plus Elo and CI only; Pro adds rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/image-editing/models/free`](#getImageEditingArenaFree) instead. Only models that hold a leaderboard rank are returned: current, first-party foundational models with at least 1,000 arena appearances. Models below the threshold, superseded versions, and third-party models are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get image-editing arena rankings (Free tier)ARTIFICIAL_ANALYSIS_GET_IMAGE_EDITING_ARENA_FREEFree-tier sibling of `/api/v2/media/image-editing/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current, first-party foundational models with at least 1,000 arena appearances. Models below the threshold, superseded versions, and third-party models are omitted rather than returned with a null rank.Connection
Free-tier sibling of `/api/v2/media/image-editing/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current, first-party foundational models with at least 1,000 arena appearances. Models below the threshold, superseded versions, and third-party models are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get image-to-video arena rankingsARTIFICIAL_ANALYSIS_GET_IMAGE_TO_VIDEO_ARENAReturns arena Elo rankings for image-to-video models. Free tier returns model identity plus Elo and CI only; Pro and Commercial add rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/image-to-video/models/free`](#getImageToVideoArenaFree) instead. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.Connection
Returns arena Elo rankings for image-to-video models. Free tier returns model identity plus Elo and CI only; Pro and Commercial add rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/image-to-video/models/free`](#getImageToVideoArenaFree) instead. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get image-to-video arena rankings (Free tier)ARTIFICIAL_ANALYSIS_GET_IMAGE_TO_VIDEO_ARENA_FREEFree-tier sibling of `/api/v2/media/image-to-video/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.Connection
Free-tier sibling of `/api/v2/media/image-to-video/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get image-to-video with audio arena rankingsARTIFICIAL_ANALYSIS_GET_IMAGE_TO_VIDEO_AUDIO_ARENAReturns arena Elo rankings for image-to-video models that generate video with audio output. Free tier returns model identity plus Elo and CI only; Pro and Commercial add rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/image-to-video-audio/models/free`](#getImageToVideoAudioArenaFree) instead. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.Connection
Returns arena Elo rankings for image-to-video models that generate video with audio output. Free tier returns model identity plus Elo and CI only; Pro and Commercial add rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/image-to-video-audio/models/free`](#getImageToVideoAudioArenaFree) instead. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get image-to-video with audio arena rankings (Free tier)ARTIFICIAL_ANALYSIS_GET_IMAGE_TO_VIDEO_AUDIO_ARENA_FREEFree-tier sibling of `/api/v2/media/image-to-video-audio/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.Connection
Free-tier sibling of `/api/v2/media/image-to-video-audio/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get a single language model by slugARTIFICIAL_ANALYSIS_GET_LANGUAGE_MODEL_BY_SLUGReturns data for a single language model identified by its slug. Includes all pro tier list fields plus detail-only fields: evaluation token counts and omniscience/openness breakdowns. Pro and Commercial only. Free tier requests return a `403` subscription error. The per-provider breakdown (`providers` array) is **Commercial only** and omitted from Pro responses. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.Connection
Returns data for a single language model identified by its slug. Includes all pro tier list fields plus detail-only fields: evaluation token counts and omniscience/openness breakdowns. Pro and Commercial only. Free tier requests return a `403` subscription error. The per-provider breakdown (`providers` array) is **Commercial only** and omitted from Pro responses. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.
Authentication
Connected account requiredTags
Get performance over time for a single modelARTIFICIAL_ANALYSIS_GET_LANGUAGE_MODEL_PERFORMANCE_OVER_TIMEReturns a time series of performance metrics for the specified model, broken down by API provider. Each provider that offers this model will have its own series of data points within the requested window. The four metrics tracked per data point are: - **Output speed** — median tokens generated per second (`median_output_tokens_per_second`) - **Time to first token** — median latency before the first token is returned (`median_time_to_first_token_seconds`) - **Time to first answer token** — median time until the first answer token is available (`median_time_to_first_answer_token_seconds`) - **End-to-end response time** — median end-to-end response time in seconds (`median_end_to_end_response_time_seconds`) Use `window` to control how far back the data goes and `interval` to control the granularity (e.g. `window=90d&interval=weekly` returns ~13 weekly data points per provider). **Commercial only.** Free and Pro tier requests return a `403` subscription error. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.Connection
Returns a time series of performance metrics for the specified model, broken down by API provider. Each provider that offers this model will have its own series of data points within the requested window. The four metrics tracked per data point are: - **Output speed** — median tokens generated per second (`median_output_tokens_per_second`) - **Time to first token** — median latency before the first token is returned (`median_time_to_first_token_seconds`) - **Time to first answer token** — median time until the first answer token is available (`median_time_to_first_answer_token_seconds`) - **End-to-end response time** — median end-to-end response time in seconds (`median_end_to_end_response_time_seconds`) Use `window` to control how far back the data goes and `interval` to control the granularity (e.g. `window=90d&interval=weekly` returns ~13 weekly data points per provider). **Commercial only.** Free and Pro tier requests return a `403` subscription error. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.
Authentication
Connected account requiredTags
Get all language modelsARTIFICIAL_ANALYSIS_GET_LANGUAGE_MODELSReturns language model data including evaluations, pricing, and performance metrics. Detail-only fields (evaluation token counts, omniscience/openness breakdowns, providers) are available on `/api/v2/language/models/{slug}`. **Pro+ only.** Free integrations should use [`/api/v2/language/models/free`](#getLanguageModelsFree) instead.Connection
Returns language model data including evaluations, pricing, and performance metrics. Detail-only fields (evaluation token counts, omniscience/openness breakdowns, providers) are available on `/api/v2/language/models/{slug}`. **Pro+ only.** Free integrations should use [`/api/v2/language/models/free`](#getLanguageModelsFree) instead.
Authentication
Connected account requiredTags
Get language models (Free tier)ARTIFICIAL_ANALYSIS_GET_LANGUAGE_MODELS_FREEFree-tier sibling of `/api/v2/language/models`. Returns the Free-shape language model response: the public subset of fields. Includes headline indices, median performance, and input/output pricing. Excludes Pro-only fields such as the full evaluation set, token counts, blended pricing, performance percentiles, context window, parameters, modalities, licensing, and provider detail. Accepts any valid API key (Free, Pro, or Commercial). Pro and Commercial keys also receive the Free-shape body when calling this URL; the `tier` field reflects the caller's actual tier.Connection
Free-tier sibling of `/api/v2/language/models`. Returns the Free-shape language model response: the public subset of fields. Includes headline indices, median performance, and input/output pricing. Excludes Pro-only fields such as the full evaluation set, token counts, blended pricing, performance percentiles, context window, parameters, modalities, licensing, and provider detail. Accepts any valid API key (Free, Pro, or Commercial). Pro and Commercial keys also receive the Free-shape body when calling this URL; the `tier` field reflects the caller's actual tier.
Authentication
Connected account requiredTags
Get a single language model provider by slugARTIFICIAL_ANALYSIS_GET_LANGUAGE_PROVIDER_BY_SLUGReturns data for a single API provider identified by its slug. Includes all fields from the providers list plus full performance percentile and quartile data for each model. **Commercial only.** Free and Pro tier requests return a `403` subscription error. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.Connection
Returns data for a single API provider identified by its slug. Includes all fields from the providers list plus full performance percentile and quartile data for each model. **Commercial only.** Free and Pro tier requests return a `403` subscription error. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.
Authentication
Connected account requiredTags
Get raw measurements for a providerARTIFICIAL_ANALYSIS_GET_LANGUAGE_PROVIDER_MEASUREMENTSReturns individual measurement records for the specified provider, including per-request output speed, time to first token, time to first answer token, estimated end-to-end response time, and success status. Results are grouped by model within the provider. **Commercial tier only.** Your API key must have explicit grants for the requested provider. If you are interested in accessing this endpoint, please [contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.Connection
Returns individual measurement records for the specified provider, including per-request output speed, time to first token, time to first answer token, estimated end-to-end response time, and success status. Results are grouped by model within the provider. **Commercial tier only.** Your API key must have explicit grants for the requested provider. If you are interested in accessing this endpoint, please [contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.
Authentication
Connected account requiredTags
Get performance over time for a single providerARTIFICIAL_ANALYSIS_GET_LANGUAGE_PROVIDER_PERFORMANCE_OVER_TIMEReturns performance time series for each model offered by the specified provider, looking back from today by the specified window. This is the inverse of the model performance endpoint — here you pick a provider and see how each of their models has performed over time. **Commercial only.** Free and Pro tier requests return a `403` subscription error. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.Connection
Returns performance time series for each model offered by the specified provider, looking back from today by the specified window. This is the inverse of the model performance endpoint — here you pick a provider and see how each of their models has performed over time. **Commercial only.** Free and Pro tier requests return a `403` subscription error. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.
Authentication
Connected account requiredTags
Get all language model API providersARTIFICIAL_ANALYSIS_GET_LANGUAGE_PROVIDERSReturns data for all API providers including the models they offer, pricing, and median performance metrics. **Commercial only.** Free and Pro tier requests return a `403` subscription error. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.Connection
Returns data for all API providers including the models they offer, pricing, and median performance metrics. **Commercial only.** Free and Pro tier requests return a `403` subscription error. [Contact us](https://artificialanalysis.ai/data-api#contact) to discuss Commercial access.
Authentication
Connected account requiredTags
Get instrumental music arena rankingsARTIFICIAL_ANALYSIS_GET_MUSIC_INSTRUMENTAL_ARENAReturns arena Elo rankings for instrumental music generation models. Free tier returns model identity plus Elo and CI only; Pro adds samples and optional genre breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/music/instrumental/models/free`](#getMusicInstrumentalArenaFree) instead.Connection
Returns arena Elo rankings for instrumental music generation models. Free tier returns model identity plus Elo and CI only; Pro adds samples and optional genre breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/music/instrumental/models/free`](#getMusicInstrumentalArenaFree) instead.
Authentication
Connected account requiredTags
Get instrumental music arena rankings (Free tier)ARTIFICIAL_ANALYSIS_GET_MUSIC_INSTRUMENTAL_ARENA_FREEFree-tier sibling of `/api/v2/media/music/instrumental/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.Connection
Free-tier sibling of `/api/v2/media/music/instrumental/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.
Authentication
Connected account requiredTags
Get with-vocals music arena rankingsARTIFICIAL_ANALYSIS_GET_MUSIC_WITH_VOCALS_ARENAReturns arena Elo rankings for music generation models with vocals. Free tier returns model identity plus Elo and CI only; Pro adds samples and optional genre breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/music/with-vocals/models/free`](#getMusicWithVocalsArenaFree) instead.Connection
Returns arena Elo rankings for music generation models with vocals. Free tier returns model identity plus Elo and CI only; Pro adds samples and optional genre breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/music/with-vocals/models/free`](#getMusicWithVocalsArenaFree) instead.
Authentication
Connected account requiredTags
Get with-vocals music arena rankings (Free tier)ARTIFICIAL_ANALYSIS_GET_MUSIC_WITH_VOCALS_ARENA_FREEFree-tier sibling of `/api/v2/media/music/with-vocals/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.Connection
Free-tier sibling of `/api/v2/media/music/with-vocals/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.
Authentication
Connected account requiredTags
Get speech-to-speech model dataARTIFICIAL_ANALYSIS_GET_SPEECH_TO_SPEECHReturns data for speech-to-speech models including quality metrics (BBA and FDB scores). Pro tier also includes per-provider pricing and performance data. **Pro+ only.** Free integrations should use [`/api/v2/media/speech-to-speech/models/free`](#getSpeechToSpeechFree) instead.Connection
Returns data for speech-to-speech models including quality metrics (BBA and FDB scores). Pro tier also includes per-provider pricing and performance data. **Pro+ only.** Free integrations should use [`/api/v2/media/speech-to-speech/models/free`](#getSpeechToSpeechFree) instead.
Authentication
Connected account requiredTags
Get speech-to-speech model data (Free tier)ARTIFICIAL_ANALYSIS_GET_SPEECH_TO_SPEECH_FREEFree-tier sibling of `/api/v2/media/speech-to-speech/models`. Returns the Free-shape response — model identity plus BBA and FDB scores, with Pro-only per-provider pricing and performance data omitted. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.Connection
Free-tier sibling of `/api/v2/media/speech-to-speech/models`. Returns the Free-shape response — model identity plus BBA and FDB scores, with Pro-only per-provider pricing and performance data omitted. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.
Authentication
Connected account requiredTags
Get speech-to-text modelsARTIFICIAL_ANALYSIS_GET_SPEECH_TO_TEXT_MODELSReturns speech-to-text model data including quality metrics (word error rates). Free tier returns model identity and overall WER index only. Pro tier adds benchmark-specific WER breakdowns, open weights status, and per-provider data. **Pro+ only.** Free integrations should use [`/api/v2/media/speech-to-text/models/free`](#getSpeechToTextModelsFree) instead.Connection
Returns speech-to-text model data including quality metrics (word error rates). Free tier returns model identity and overall WER index only. Pro tier adds benchmark-specific WER breakdowns, open weights status, and per-provider data. **Pro+ only.** Free integrations should use [`/api/v2/media/speech-to-text/models/free`](#getSpeechToTextModelsFree) instead.
Authentication
Connected account requiredTags
Get speech-to-text models (Free tier)ARTIFICIAL_ANALYSIS_GET_SPEECH_TO_TEXT_MODELS_FREEFree-tier sibling of `/api/v2/media/speech-to-text/models`. Returns the Free-shape response — model identity plus the overall WER index, with Pro-only benchmark breakdowns, open-weights status, and per-provider data omitted. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.Connection
Free-tier sibling of `/api/v2/media/speech-to-text/models`. Returns the Free-shape response — model identity plus the overall WER index, with Pro-only benchmark breakdowns, open-weights status, and per-provider data omitted. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.
Authentication
Connected account requiredTags
Get text-to-image arena rankingsARTIFICIAL_ANALYSIS_GET_TEXT_TO_IMAGE_ARENAReturns arena Elo rankings for text-to-image models. Free tier returns model identity plus Elo and CI only; Pro adds rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/text-to-image/models/free`](#getTextToImageArenaFree) instead. Only models that hold a leaderboard rank are returned: current, first-party foundational models with at least 1,000 arena appearances. Models below the threshold, superseded versions, and third-party models are omitted rather than returned with a null rank.Connection
Returns arena Elo rankings for text-to-image models. Free tier returns model identity plus Elo and CI only; Pro adds rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/text-to-image/models/free`](#getTextToImageArenaFree) instead. Only models that hold a leaderboard rank are returned: current, first-party foundational models with at least 1,000 arena appearances. Models below the threshold, superseded versions, and third-party models are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get text-to-image arena rankings (Free tier)ARTIFICIAL_ANALYSIS_GET_TEXT_TO_IMAGE_ARENA_FREEFree-tier sibling of `/api/v2/media/text-to-image/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current, first-party foundational models with at least 1,000 arena appearances. Models below the threshold, superseded versions, and third-party models are omitted rather than returned with a null rank.Connection
Free-tier sibling of `/api/v2/media/text-to-image/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current, first-party foundational models with at least 1,000 arena appearances. Models below the threshold, superseded versions, and third-party models are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get text-to-speech arena rankingsARTIFICIAL_ANALYSIS_GET_TEXT_TO_SPEECH_ARENAReturns arena Elo rankings for text-to-speech models. Free tier returns model identity plus Elo and CI only; Pro adds samples, release date, and pricing. **Pro+ only.** Free integrations should use [`/api/v2/media/text-to-speech/models/free`](#getTextToSpeechArenaFree) instead.Connection
Returns arena Elo rankings for text-to-speech models. Free tier returns model identity plus Elo and CI only; Pro adds samples, release date, and pricing. **Pro+ only.** Free integrations should use [`/api/v2/media/text-to-speech/models/free`](#getTextToSpeechArenaFree) instead.
Authentication
Connected account requiredTags
Get text-to-speech arena rankings (Free tier)ARTIFICIAL_ANALYSIS_GET_TEXT_TO_SPEECH_ARENA_FREEFree-tier sibling of `/api/v2/media/text-to-speech/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.Connection
Free-tier sibling of `/api/v2/media/text-to-speech/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL.
Authentication
Connected account requiredTags
Get text-to-video arena rankingsARTIFICIAL_ANALYSIS_GET_TEXT_TO_VIDEO_ARENAReturns arena Elo rankings for text-to-video models. Free tier returns model identity plus Elo and CI only; Pro and Commercial add rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/text-to-video/models/free`](#getTextToVideoArenaFree) instead. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.Connection
Returns arena Elo rankings for text-to-video models. Free tier returns model identity plus Elo and CI only; Pro and Commercial add rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/text-to-video/models/free`](#getTextToVideoArenaFree) instead. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get text-to-video arena rankings (Free tier)ARTIFICIAL_ANALYSIS_GET_TEXT_TO_VIDEO_ARENA_FREEFree-tier sibling of `/api/v2/media/text-to-video/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.Connection
Free-tier sibling of `/api/v2/media/text-to-video/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get text-to-video with audio arena rankingsARTIFICIAL_ANALYSIS_GET_TEXT_TO_VIDEO_AUDIO_ARENAReturns arena Elo rankings for text-to-video models that generate video with audio output. Free tier returns model identity plus Elo and CI only; Pro and Commercial add rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/text-to-video-audio/models/free`](#getTextToVideoAudioArenaFree) instead. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.Connection
Returns arena Elo rankings for text-to-video models that generate video with audio output. Free tier returns model identity plus Elo and CI only; Pro and Commercial add rank, samples, pricing, release date, open_weights_url, and optional category breakdowns. **Pro+ only.** Free integrations should use [`/api/v2/media/text-to-video-audio/models/free`](#getTextToVideoAudioArenaFree) instead. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags
Get text-to-video with audio arena rankings (Free tier)ARTIFICIAL_ANALYSIS_GET_TEXT_TO_VIDEO_AUDIO_ARENA_FREEFree-tier sibling of `/api/v2/media/text-to-video-audio/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.Connection
Free-tier sibling of `/api/v2/media/text-to-video-audio/models`. Returns the Free-shape arena response — model identity plus Elo and CI only. Accepts any valid API key (Free, Pro, or Commercial); Pro and Commercial keys also receive the Free-shape body (Pro-only fields omitted; the `tier` field reflects the caller's actual tier) when calling this URL. Only models that hold a leaderboard rank are returned: current models with at least 1,000 arena appearances. Models below the threshold and superseded versions are omitted rather than returned with a null rank.
Authentication
Connected account requiredTags