#[βœ… Solved] Null - the requested endpoint POST

1 messages Β· Page 1 of 1 (latest)

jagged finch
#

I'm trying to set up the Deepseek API in JanitorAi. I've used the right model, URL, and the site-generated API key, but this error always comes up.

Thank you for helping in advance

tribal tangleBOT
# jagged finch I'm trying to set up the Deepseek API in JanitorAi. I've used the right model, U...

Thanks for sharing the screenshot! The error null - The requested endpoint POST /deepseek-ai/DeepSeek-V3.2/v1 does not exist usually means JanitorAI is using the wrong URL format. For JanitorAI, you must use the full endpoint (not just the base URL).

Here's how to set up DeepSeek-V3.2 for JanitorAI:

  1. API: Set to OpenAI.
  2. Model: Select gpt-3.5-turbo (JanitorAI forces this but will use the endpoint you set).
  3. Endpoint URL:
    Use the full endpoint:
    https://api.pawan.krd/deepseek-ai/DeepSeek-V3.2/v1/chat/completions
    
    (Make sure there are no emoji, no extra spaces, or backticks!)
  4. API Key: Paste your API key from https://pawan.krd/keys.
  5. Save Settings.
  6. IMPORTANT: Refresh the browser page before sending your first message, or you may get a network error.

Additional Tips:

  • Do NOT use the base URL (ending in just /v1) on JanitorAI; it requires the /chat/completions part.
  • Do NOT use old Discord bot API keysβ€”always generate and use keys from the website.
  • If the issue persists, double-check that you copied the full endpoint URL exactly as shown.

If after these steps the issue continues, please create a ticket in our Ticket Channel with a screenshot and detailed steps you followed, so the team can assist further.

For more setup help, see our Setup Guide or this discord channel.

Let us know if this resolves it!

Please note: This is an automated response from @tribal tangle. While it strive to provide accurate assistance, It may occasionally make mistakes. If you find any inaccuracies or need further clarification, feel free to wait for our community helpers to give you further guidance. Thank you.

#

[βœ… Solved] Null - the requested endpoint POST