Once your model server has finished deploying, you can call it from your terminal.Documentation Index
Fetch the complete documentation index at: https://baseten-philip-copy-0226.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Call the model server
Model server input must be JSON-serializable: a string, number, list, or dictionary.Note the double quotes to make the data parameter a string.
truss predict uses the same data formatting on the as cURL.