#Errors on multiple models
12 messages · Page 1 of 1 (latest)
Doesn't look like a problem with the API keys or anything. I tested with a fresh one and faced the same error.
@signal ether are you using the openrouter chat interface?
Nops. The API.
I"m getting an empty return on the calls for DeepSeek (404 status code, no body)
can you share the some code? im sending api requests to deepseek/deepseek-chat and its working for me
Thanks Nat. I just asked the Devs. I'll get back when they share with me.
I'm back @misty lake . This is the return we're getting
{
"error": {
"message": "No endpoints found matching your data policy. Check your settings: https://openrouter.ai/settings/privacy",
"code": 404
}
}
Request:
{
"temperature": 0.5,
"frequency_penalty": 0,
"max_tokens": null,
"stream": true,
"n": 1,
"messages": [
{
"role": "system",
"content": "Today is Mon Dec 30 2024 18:08:50 GMT+0300 (GMT+03:00)."
},
{
"role": "user",
"content": "Hi there"
}
],
"model": "deepseek/deepseek-chat",
"transform": ["middle-out"]
}
I know what's going on. DeekSeek demands us to share results etc under privacy.
That's bad. I don't want to share this kind of thing. Is there a way around it?