Skip to main content

What is DeerAPI?

DeerAPI provides one API account for text, image, video, audio, and music models. Many endpoints are compatible with OpenAI SDK patterns, so most integrations only require a DeerAPI API Key and a base URL change.

Get an API Key

  1. Open the DeerAPI dashboard.
  2. Create an API Key from the API Key page.
  3. Store the API Key in a server-side environment variable.

Choose a model

Use the live pricing page to choose a current model ID. Pass that value in the model field for compatible endpoints.

Use the right base URL

For OpenAI-compatible SDKs, start with this base URL:
https://api.deerapi.com/v1
If a third-party tool asks for a host without a version suffix, use https://api.deerapi.com.

Review usage

Use the DeerAPI dashboard to review request logs, token usage, model usage, and billing details.