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
Using the OpenAI SDK.How do I get an API key?
How do I get an API key?
Create one from your Deepshi dashboard. Keys start
with
sk-bf- and are shown only once. See
Authentication.Which models can I use?
Which models can I use?
Deepshi’s own models (Deepshi 2.0 and Deepshi 3.0) plus leading third-party
text 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 Pricing & credits.
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
deepshi.ai for privacy details.
How do I get help?
How do I get help?
Email support@deepshi.ai.