Files
langchain/docs/docs_skeleton/docs/modules/model_io/index.mdx
T
Davis Chase 87e502c6bc Doc refactor (#6300)
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-06-16 11:52:56 -07:00

17 lines
607 B
Plaintext

---
sidebar_position: 0
sidebar_custom_props:
description: Interface with language models
---
# Model I/O
The core element of any language model application is...the model. LangChain gives you the building blocks to interface with any language model.
- [Prompts](/docs/modules/model_io/prompts/): Templatize, dynamically select, and manage model inputs
- [Language models](/docs/modules/model_io/models/): Make calls to language models through common interfaces
- [Output parsers](/docs/modules/model_io/output_parsers/): Extract information from model outputs
![model_io_diagram](/img/model_io.jpg)