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
- Open the DeerAPI dashboard.
- Create an API Key from the API Key page.
- 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 themodel field for compatible endpoints.
Use the right base URL
For OpenAI-compatible SDKs, start with this base URL:https://api.deerapi.com.