> For the complete documentation index, see [llms.txt](https://docs.scorable.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scorable.ai/integrations.md).

# Integrations

Both our Judges and Evaluators may be used as custom-generator LLMs in 3rd party frameworks and we are committed to support OpenAI ChatResponse compatible API.

Note, however, that **additional functionality, such as validation results**, calibration etc., are **not available as part of OpenAI responses** and require the user to implement additional code if anything besides failing on unsuccessful validation is required.

Advanced use-cases can rely on referencing the `completion.id` returned by our API as unique identifier for downstream tasks. Please refer to the [Examples](/concepts-and-examples/cookbooks.md) section for details.

If you work with an AI coding agent such as Claude Code or Cursor, start with the [Coding Agents](/integrations/coding-agents.md) guide: the agent can set up most of the integrations in this section for you.
