Documentation Index
Fetch the complete documentation index at: https://aimp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Run your first model
Use this path when you are a developer or consumer who wants to use an existing published model.Before you start
- You can sign in to the product app.
- Your active workspace has access to Marketplace, Playground, API Keys, and Billing.
- If you call the API from a backend service, you have permission to create API keys.
Five-minute flow
- Sign in and choose the workspace that should own the usage and billing.
- Open Marketplace and pick a published model that matches your use case.
- Try the model in Playground with a small, safe input.
- Create an API key from the API Keys page.
- Run the model through
POST /api/runs.
Expected response
Successful runs return a JSON envelope from the Runtime plus run metadata added by the Gateway. Theoutput fields depend on the selected model contract.
Next steps
- Learn how to choose a model.
- Review the REST API request shape.
- Copy Python or JavaScript examples.
- Check errors and rate limits before production use.