Hi @rengan76
I don't think there is a OOB way to pass the query parameters in model.json. In case you want to pass the query parameter, you would have to write your own servlet and get the parameters from request object and then using the HttpClient object execute the model.json API call.
Hope this helps.