Deepjyoti Paul • 12 months ago
sonar-pro with image input working fine, but giving error in sonar-deep-research
With sonar-pro API with image input, the responses are working fine. But the same payload with sonar-deep-research is raising error:
{
"error": {
"message": "An internal server error has occurred.",
"type": "internal_server_error",
"code": 500
}
}
Comments are closed.

3 comments
Janet Fang Manager • 12 months ago
Checking with the Perplexity team -- please feel free to also ask in the Perplexity discord: https://discord.com/invite/perplexity-ai
Nishtha Patel • 12 months ago
https://docs.perplexity.ai/guides/image-guide#base64-encoding
Check the last warning. "sonar-deep-research does not support image input." Hope this is what you were looking for!
Deepjyoti Paul • 12 months ago
Ah I missed that! Thanks for pointing out.