📄️ Introduction
If you just want to get started with our API, you've come to the right place.
📄️ Complete
Our complete-endpoint is the basic interface to our models.
📄️ Chat
With our chat/completions-endpoint you can generate completions in a conversational style.
📄️ Evaluate
With our `evaluate`-endpoint you can score the likelihood of pre-defined completions.
📄️ Embed
With our `embed`-endpoint you can embed any prompt into vector space.
📄️ Semantic Embed
With our `semantic_embed`-endpoint you can create semantic embeddings for your text.
📄️ (De)-Tokenize
With the `tokenize`-endpoint you can use our own tokenizer to tokenize your texts for further use.
📄️ Explain
With our `explain`-endpoint you can get an explanation of the model's output.