Skip to content

Quick Start

This guide takes you from account access to a successful first request. Console labels may change between releases, so follow the function of each step when the exact menu wording differs.

1. Register or sign in

Open the models.tips console. If you are not signed in, you can:

  • Continue with GitHub.
  • Sign in with a username or email address and password.
  • Use the registration link for a new account or the password recovery link when needed.

2. Collect three integration values

  1. API base URL: copy the URL shown by the console or integration instructions. Do not infer it from the website domain.
  2. API key: create or obtain an access key and store it securely as soon as it is shown.
  3. Model name: copy the exact identifier from the Model Marketplace, preserving punctuation and case.

3. Select a model

Open the Model Marketplace and compare task fit, protocol support, input price, output price, and current availability. Start with a small test before using a model for batch or production work.

4. Send the first request

Use the curl example in the API Integration Guide. Replace its placeholders with the base URL, key, and model name from your account. A successful request returns model output and may include token-usage data.

5. Review usage and cost

Return to the console and review request records, token usage, available balance or quota, and cost changes. For a failed request, record the status code and a redacted response body before using the troubleshooting guide.

Protect the API key

  • Never place a key in browser-side code, public chat, screenshots, or a Git repository.
  • Server applications should read credentials from environment variables or a secrets manager.
  • Revoke and replace a key immediately after suspected exposure or unexplained activity.