Free Demo inference API
In order to promote the spirit of open source, we are providing this free API endpoint which contains llava-phi3, llama2-7b and Mistril-7b. You can use the endpoints to play around and get familiar with the endpoints before you decide to deploy your private LLM inference API. The endpoints are openAI library compatible and can be used as an open source drop in replacement.
Base Link
- You can use this base link to acess the API:
Here are some examples:
Generate request (Streaming)
Request
Response
If stream
is set to false
, the response will be a single JSON object: