Add Deepshi as an endpoint
Add Deepshi underendpoints.custom in librechat.yaml:
fetch: true pulls the full model list from GET /v1/models. Set DEEPSHI_API_KEY in your .env, then restart LibreChat and pick Deepshi from the endpoint menu.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Uncensored image & video generation is now live in the API. Browse the models →
Use Deepshi models in LibreChat through its OpenAI-compatible custom endpoint.
endpoints.custom in librechat.yaml:
endpoints:
custom:
- name: "Deepshi"
apiKey: "${DEEPSHI_API_KEY}"
baseURL: "https://api.deepshi.ai/v1"
models:
default: ["deepshi-3.0", "deepshi-2.0"]
fetch: true
fetch: true pulls the full model list from GET /v1/models. Set DEEPSHI_API_KEY in your .env, then restart LibreChat and pick Deepshi from the endpoint menu.
Was this page helpful?