> ## Documentation Index
> Fetch the complete documentation index at: https://aimp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Discover a model, try it in Playground, create an API key, and run it from code.

# Discover, try, and call AI models in minutes

AIMP helps developers and teams find published models, test them safely, and
integrate them through one public API. Start with the Marketplace when you want
to choose a model. Move to Playground when you want to test inputs and outputs.
Create an API key when you are ready to call the model from your own service.

## Start here

* [Run your first model](./quickstart): the shortest path from account to API call.
* [Browse Marketplace](./browse-marketplace): find a model by purpose, publisher, or tag.
* [Try in Playground](./try-playground): test the model before writing code.
* [Create an API key](./get-api-key): prepare credentials for server-to-server use.
* [Execute via API](./execute-via-api): copy a working `curl`, Python, or JavaScript request.

## Common tasks

| I want to...                       | Go to                                          |
| ---------------------------------- | ---------------------------------------------- |
| Find a model to use                | [Browse Marketplace](./browse-marketplace)     |
| Test a model with real input       | [Try in Playground](./try-playground)          |
| Generate an integration credential | [Get an API key](./get-api-key)                |
| Make the first API request         | [Execute via API](./execute-via-api)           |
| Understand request shape and auth  | [REST API](./api-overview)                     |
| Diagnose a failed request          | [Errors and rate limits](./errors-rate-limits) |
| Check spend and usage              | [Usage](./usage) and [Billing](./billing)      |
| Publish your own model             | [Provider quickstart](./publish-models)        |

## What AIMP does

AIMP is a marketplace and execution platform for models owned by teams on the
platform. It does not give every customer one predefined model. Instead, each
published model has its own contract, inputs, operations, pricing, and owner.
Consumers use Marketplace and Playground to choose the right model, then call it
through the public Gateway API.
