Skip to content

fix typo #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The [Mistral AI APIs](https://console.mistral.ai/) empower LLM applications via:

- [Text generation](/capabilities/completion), enables streaming and provides the ability to display partial model results in real-time
- [Vision](/capabilities/vision), enables the analysis of images and provides insights based on visual content in addition to text.
- [OCR](/capabilities/document), allos the extraction of interleaved text and images from documents.
- [OCR](/capabilities/document), allows the extraction of interleaved text and images from documents.
- [Code generation](/capabilities/code_generation), enpowers code generation tasks, including fill-in-the-middle and code completion.
- [Embeddings](/capabilities/embeddings), useful for RAG where it represents the meaning of text as a list of numbers.
- [Function calling](/capabilities/function_calling), enables Mistral models to connect to external tools.
Expand Down