快速开始

EasyAPI Docs

EasyAPI — The simplest API relay. One API key, many models, OpenAI-compatible calls.

Quick Start

1. Create an API Key

  1. Go to this site, sign up / sign in , and complete account authorization
  2. Open Console → Token Management → create a token and copy the API Key starting with sk-

2. Specify a Model (Optional)

Pass the model parameter in requests to choose a model. How to browse and pick one:

Open Console → Model Hub → browse models and copy a model ID

Set model in your request JSON, e.g. gpt-4o or claude-3-5-sonnet-20241022. If you prefer client configuration, skip this step and enter the model name directly in Cursor or your SDK. Try the Playground first, or read Standard Integration to configure Base URL and your key. See Model Hub for the model list.