Large Language Model (LLM) is a type of artificial intelligence model designed to process and generate
human-like text by understanding the relationships between words, phrases, and context.
- Access state-of-the-art LLMs, such as OpenAI’s ChatGPT and Google’s Gemini
- Seamlessly test and use different LLMs, finding the one that best works for your application
- Benefit from high usage limits from our enterprise license
- Receive centralized billing for all your applications, including those using different LLM providers

You will notice some models have a date in their names. This is a specific version of the model released on that date.
We keep it available to allow users to pin their versions, avoiding possible inconsistencies in newer versions of the same model.
Available Models
Here is a list with links to the documentation of the LLMs supported by Tela at the moment:- OpenAI
- Anthropic
Temperature
You can configure the Temperature of the LLM by clicking on the gear icon next to the LLM name. We recommend a Temperature of zero when working with repeatable and deterministic processes.In the LLM context, temperature is the amount of randomness the model is allowed to use. Generally, lower temperatures tend to generate
more assertive responses while higher temperatures are more unexpected, allowing the model to be “creative”.