#Errors on multiple models

12 messages · Page 1 of 1 (latest)

signal ether
#

Hey, I'm getting empty returns on multiple models calls (DeepSeek, Gemini 2.0, etc). Are you facing instabilities? Need help to understand/fix whataver is wrong.

#

Doesn't look like a problem with the API keys or anything. I tested with a fresh one and faced the same error.

misty lake
#

@signal ether are you using the openrouter chat interface?

signal ether
#

I"m getting an empty return on the calls for DeepSeek (404 status code, no body)

misty lake
signal ether
signal ether
#

I'm back @misty lake . This is the return we're getting

#

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?