From b3312803b1f367538836016276d9595ca6d84edf Mon Sep 17 00:00:00 2001 From: jmansdorfer Date: Tue, 12 Nov 2024 10:20:14 -0500 Subject: [PATCH] defining llms and lvms --- fern/docs/pages/options/llms.mdx | 2 +- fern/docs/pages/options/lvms.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/docs/pages/options/llms.mdx b/fern/docs/pages/options/llms.mdx index c0fdf6c..ffa05e7 100644 --- a/fern/docs/pages/options/llms.mdx +++ b/fern/docs/pages/options/llms.mdx @@ -4,7 +4,7 @@ description: Reliable, future proof AI predictions slug: options/llms --- -This page provides information on the LLMs that are available in the Prediction Guard API. +This page provides information on the Large Language Models (LLMs) that are available in the Prediction Guard API. These models are designed for text inference, and are used in the `/completions` and `/chat/completions` endpoints. ## Models diff --git a/fern/docs/pages/options/lvms.mdx b/fern/docs/pages/options/lvms.mdx index d278152..be7928c 100644 --- a/fern/docs/pages/options/lvms.mdx +++ b/fern/docs/pages/options/lvms.mdx @@ -4,7 +4,7 @@ description: Reliable, future proof AI predictions slug: options/lvms --- -This page provides information on the LVMs that are available in the Prediction Guard API. +This page provides information on the Large Vision Models (LVMs) that are available in the Prediction Guard API. These multimodal models are designed for inference using text and images, and are used in the `/chat/completions` endpoint. ## Models