Skip to content

Commit

Permalink
defining llms and lvms
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansdorfer committed Nov 12, 2024
1 parent 7eae8e2 commit b331280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fern/docs/pages/options/llms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fern/docs/pages/options/lvms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b331280

Please sign in to comment.