OpenAI-compatible Evaluations
Overview
Use our OpenAI chat completion endpoint
Atla provides a drop-in replacement for OpenAI’s /v1/chat/completions
API. You can use it with OpenAI-compatible SDKs (e.g. openai
, LangChain, LlamaIndex) by simply pointing to our base URL and API key. Please refer to the models page for the list of supported models.
Quickstart
If you don’t have an Atla API key, you can get one here.
If you are using atla-selene-mini
we strongly advise you to use the prompt templates linked in this github
page.