Calling the inference endpoint using a minimal client ===================================================== This example demonstrates how to call the inference endpoint using a minimal client that only uses only an inference key (no client credentials needed). .. literalinclude:: ../../../../examples/containers/calling_the_endpoint_with_inference_key.py :language: python :caption: Calling the inference endpoint using a minimal client