It means your app is sending the request to the wrong URL.
Error: POST /v1 does not exist
You need to use a full endpoint like:
https://api.pawan.krd/v1/chat/completions
or a model-specific one, for example:
https://api.pawan.krd/deepseek-ai/DeepSeek-V3.2/v1/chat/completions
Make sure:
- you are not posting to just
/v1 - the model ID is supported
- your request includes a valid API key from https://pawan.krd/keys
If you want, I can tell you the correct URL for the exact model youβre trying to use.
-# This is an automated response from @brave nova. While I strive to provide accurate assistance, I 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.