cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Random/Rare Bad Request error with Agent Serving endpoint

Rajat-TVSM
New Contributor III

Whats the reason behind receiving below error at some rare occassions (once in a month)?

"error_code": "BAD_REQUEST", "message": "Encountered an unexpected error while evaluating the model. Verify that the input is compatible with the model for inference.

Not able to reproduce the error with same request.

1 REPLY 1

KaushalVachhani
Databricks Employee
Databricks Employee

@Rajat-TVSM , The error usually suggests incompatibility between your request payload and what the model expects.

However, if you have verified that the same payload no longer reproduces the issue, it will be challenging to identify the root cause. You can wait to see if the issue occurs more frequently, which may help identify a pattern.