{
  "info": {
    "name": "Artificial Analysis — mcp.ai",
    "description": "REST API for the Artificial Analysis MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/artificial_analysis",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "artificial_analysis_list_image_editing_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/image/editing/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "image",
            "editing",
            "models"
          ]
        },
        "description": "List image-editing models ranked by the Artificial Analysis arena, with Elo score and 95% confidence interval. Use to find the best-rated image-editing model. Returns all models in one call (unpaginat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_image_to_video_audio_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/image/to/video/audio/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "image",
            "to",
            "video",
            "audio",
            "models"
          ]
        },
        "description": "List image-to-video-with-audio models ranked by the Artificial Analysis arena, with Elo score and 95% confidence interval. Returns all models unpaginated in one call. No legacy sibling exists for this",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_image_to_video_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/image/to/video/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "image",
            "to",
            "video",
            "models"
          ]
        },
        "description": "List image-to-video models ranked by the Artificial Analysis image-to-video arena, with Elo score and 95% confidence interval. Returns all models unpaginated in one call.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_language_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/language/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "language",
            "models"
          ]
        },
        "description": "List LLMs from the Artificial Analysis leaderboard with intelligence, coding and agentic indices, pricing, and performance (speed and latency). Pass the response's next_cursor back via `cursor` to fet",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": 0,\n  \"start\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_music_instrumental_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/music/instrumental/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "music",
            "instrumental",
            "models"
          ]
        },
        "description": "List instrumental music-generation models ranked by the Artificial Analysis arena, with Elo score and 95% confidence interval. Returns all models in one call (unpaginated). Note: music items have no s",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_music_with_vocals_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/music/with/vocals/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "music",
            "with",
            "vocals",
            "models"
          ]
        },
        "description": "List music-with-vocals generation models ranked by the Artificial Analysis arena, with Elo score and 95% confidence interval. Use to find the best-rated music-with-vocals model. Returns all models in ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_speech_to_speech_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/speech/to/speech/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "speech",
            "to",
            "speech",
            "models"
          ]
        },
        "description": "List speech-to-speech models with Big Bench Audio (bba_score), Full Duplex Bench (fdb_score), and Tau-Voice (tau_voice_score) quality scores. Tau-Voice uses each model's best result across providers. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_speech_to_text_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/speech/to/text/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "speech",
            "to",
            "text",
            "models"
          ]
        },
        "description": "List speech-to-text (transcription) models with the Artificial Analysis overall word-error-rate index (aa_wer_index). Lower is better. Use to compare transcription accuracy across models. Returns all ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_text_to_image_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/text/to/image/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "text",
            "to",
            "image",
            "models"
          ]
        },
        "description": "List text-to-image models ranked by the Artificial Analysis image arena, with Elo score and 95% confidence interval. Use to find the best-rated text-to-image model. Returns all models in one call (unp",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_text_to_speech_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/text/to/speech/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "text",
            "to",
            "speech",
            "models"
          ]
        },
        "description": "List text-to-speech (TTS) models ranked by the Artificial Analysis arena, with Elo score and 95% confidence interval. Use to find the best-rated text-to-speech model. Returns all models in one call (u",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_text_to_video_audio_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/text/to/video/audio/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "text",
            "to",
            "video",
            "audio",
            "models"
          ]
        },
        "description": "List text-to-video-with-audio models ranked by the Artificial Analysis arena, with Elo score and 95% confidence interval. No legacy sibling exists for this modality.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "artificial_analysis_list_text_to_video_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/text/to/video/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "text",
            "to",
            "video",
            "models"
          ]
        },
        "description": "List text-to-video models ranked by the Artificial Analysis arena, with Elo score and 95% confidence interval. Use to find the best-rated text-to-video model. Returns all models in one call (unpaginat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}