How do I understand what the input format is for a model?

There are some models with model cards that explain how to send input params to get something back out, and some other models do not (e.g. “microsoft/layoutlmv3-large”)

Is there a way to find out what format I should be able to send something to a model to use?

I haven’t seen anything in the docs but maybe I’m overlooking something.