#404 connection to completions api
5 messages · Page 1 of 1 (latest)
I'm an AI assistant - my answers may be incorrect and I cannot see screenshots. Please verify information with the OpenRouter docs.
To help debug your 404 error, I need a bit more information:
- What is the exact error message or response body you're receiving with your 404?
- What is the exact model identifier you're trying to use?
- Can you share the relevant code or CURL command you're using to make the API call?
These details will help determine if the endpoint has changed or if there is another issue. For service status or potential outages, please also check the OpenRouter status page and the #announcements channel in Discord.
-# This is an automated response powered by Answer HQ. Use !mute to stop the bot from responding.
The error I am receiving is 404 Client Error: Not Found for url: https://openrouter.ai/api/v1/chat/completions
Thank you for sharing the exact error. To clarify further:
- What is the exact model identifier you're specifying in your request?
- Can you provide the full CURL command or code snippet you are using?
- Are you able to access other OpenRouter API endpoints, or is it just this one returning 404?
This information will help determine if the endpoint path, required parameters, or model identifier is incorrect. Also, please verify that you're using the correct endpoint: according to the OpenRouter API documentation, the chat completion endpoint is /api/v1/chat/completions, and all requests must include the appropriate model and authorization.
If everything appears correct, check for announcements about endpoint changes in the #announcements channel or the OpenRouter status page. If the issue persists, contact support or a Discord mod for further assistance.
-# This is an automated response powered by Answer HQ. Use !mute to stop the bot from responding.
- The exact model identifier is 'nousresearch/hermes-4-70b'
- The curl command to just check if the server is working is 'curl https://openrouter.ai/api/v1/chat/completions
- Only this endpoint is giving me a 404 error