mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
87e502c6bc
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
17 lines
607 B
Plaintext
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
|
|
|
|

|
|
|