From b69a81abece43889dd19460d8ee28b41033cfc0f Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 2 Oct 2024 00:36:42 +0300 Subject: [PATCH] docs(ai): update api-reference This commit adds the llm api reference page to the docs. --- ai/api-reference/llm.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ai/api-reference/llm.mdx diff --git a/ai/api-reference/llm.mdx b/ai/api-reference/llm.mdx new file mode 100644 index 00000000..90abd8dd --- /dev/null +++ b/ai/api-reference/llm.mdx @@ -0,0 +1,13 @@ +--- +openapi: post /llm +--- + + + The default Gateway used in this guide is the public + [Livepeer.cloud](https://www.livepeer.cloud/) Gateway. It is free to use but + not intended for production-ready applications. For production-ready + applications, consider using the [Livepeer Studio](https://livepeer.studio/) + Gateway, which requires an API token. Alternatively, you can set up your own + Gateway node or partner with one via the `ai-video` channel on + [Discord](https://discord.gg/livepeer). +