Is the API OpenAI-compatible?
Is the API OpenAI-compatible?
Yes. The base URL is
https://api.deepshi.ai/v1 and the request/response
shapes match OpenAI’s, so the official OpenAI SDKs and most compatible tools
work after changing the base URL and key. See
Migrating from OpenAI.How do I get an API key?
How do I get an API key?
Create one from your Deepshi dashboard. Keys
are shown only once. See
Authentication.
Which models can I use?
Which models can I use?
Deepshi’s own models plus leading third-party text, image, video, and music
models from OpenAI, Anthropic, Google, xAI, and others. The live list your
key can call is at
GET /v1/models. See Models.How am I billed?
How am I billed?
The API is prepaid with USD credits shared across all your keys. Usage is
priced per model. See Credits & billing.
What happens when I run out of credits?
What happens when I run out of credits?
Inference requests return
402 Payment Required until you top up your
balance from the dashboard.Do API keys expire?
Do API keys expire?
No. A key stays valid until you rotate, revoke, or delete it from the
dashboard.
Are my prompts used for training?
Are my prompts used for training?
No. Your prompts and completions are not used to train models. See
Privacy for details.
Do you store or log my prompts?
Do you store or log my prompts?
No. Your prompt and response content is never stored, on Deepshi’s own
infrastructure or with any provider we route to, and we hold zero-retention
agreements with those providers. See Privacy.
How do I get my generated video and music files?
How do I get my generated video and music files?
A completed job returns a direct download URL. Save the file as soon as the
job completes. See video generation and
music generation.
Am I charged for a failed generation?
Am I charged for a failed generation?
No. A failed request (4xx) and a failed video or music job are not billed.
For video, canceling a job before it completes also means it is not charged.
How do I get help?
How do I get help?
Email support@deepshi.ai.