Skip to main content

The Playground

The FlexAI Inference Playground is a convenient way to interact with your deployed models without needing to write any code —or cURL requests. It allows you to test your Inference Endpoint using a user-friendly interface. It is a FlexAI-hosted instance of Chainlit, a UI tool for interacting with multimodal AI models. Screenshot of the FlexAI Inference Playground You can get the Inference Playground URL by opening the Inference Endpoint’s Details drawer menu. You will find the URL under the default Details tab’s Summary section.

Querying the Inference Endpoint through code

As long as you have the correct Endpoint URL, Access key, model name, and the right request body format, you can use any HTTP client to interact with your Inference Endpoint.
Request:
curl Request
Response:
curl response (rendered as JSON by using jq)