Using the OpenAI API
To use OpenAI, you can make requests to the OpenAI API without including an API key. The requests will be recognized and authroized by the lil’bots platform. The following endpoints are supported (including any nexted routes):- /v1/models - list the models available for use docs
- /v1/chat - chat with a model / generate text docs
- /v1/audio - generate audio from text (text to speech) and transcribe text docs
- /v1/images - generate images from text docs