Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions reference/python/docs/langchain_model_profiles/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Model profiles
---

# :simple-wikidata:{ .lg .middle } `langchain-model-profiles`

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-model-profiles?label=%20)](https://pypi.org/project/langchain-model-profiles/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-model-profiles)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-model-profiles)](https://pypistats.org/packages/langchain-model-profiles)

Reference documentation for the [`langchain-model-profiles`](https://pypi.org/project/langchain-model-profiles/) package.

!!! danger "Beta package"

This package is currently in development and the API is subject to change.

::: langchain_model_profiles
8 changes: 4 additions & 4 deletions reference/python/docs/langsmith/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ Welcome to the LangSmith reference documentation!

<div class="grid cards" markdown>

- __Observability & Evaluation__
- :material-eye-outline:{ .lg .middle } __Observability & Evaluation__

---

[:octicons-arrow-right-24: Reference](./observability/sdk/index.md)

- __Deployment__
- :material-upload:{ .lg .middle } __Deployment__

---

[:octicons-arrow-right-24: Reference](./deployment/sdk.md)

- __Remote Graph__
- :material-router-wireless:{ .lg .middle } __Remote Graph__

---

[:octicons-arrow-right-24: Reference](./deployment/remote_graph.md)

- __LangSmith REST API__
- :material-api:{ .lg .middle } __LangSmith REST API__

---

Expand Down
2 changes: 2 additions & 0 deletions reference/python/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ nav:
- Overview: langchain_text_splitters/index.md
- langchain-mcp-adapters:
- Overview: langchain_mcp_adapters/index.md
- langchain-model-profiles:
- Overview: langchain_model_profiles/index.md
- langchain-tests:
- langchain_tests/index.md
- Unit tests:
Expand Down
2 changes: 2 additions & 0 deletions reference/python/pyproject.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"langchain",
"langchain-classic",
"langchain-tests",
"langchain-model-profiles",
"langchain-text-splitters",
"langchain-anthropic",
"langchain-chroma",
Expand Down Expand Up @@ -128,6 +129,7 @@ langchain-core = { path = "../../../langchain/libs/core", editable = true }
langchain = { path = "../../../langchain/libs/langchain_v1", editable = true }
langchain-classic = { path = "../../../langchain/libs/langchain", editable = true }
langchain-tests = { path = "../../../langchain/libs/standard-tests", editable = true }
langchain-model-profiles = { path = "../../../langchain/libs/model-profiles", editable = true }
langchain-text-splitters = { path = "../../../langchain/libs/text-splitters", editable = true }

### Partners
Expand Down
2 changes: 2 additions & 0 deletions reference/python/pyproject.prod.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"langchain",
"langchain-classic",
"langchain-tests",
"langchain-model-profiles",
"langchain-text-splitters",
"langchain-anthropic",
"langchain-chroma",
Expand Down Expand Up @@ -114,6 +115,7 @@ langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdir
langchain = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain_v1" }
langchain-classic = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain" }
langchain-tests = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/standard-tests" }
langchain-model-profiles = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/model-profiles" }
langchain-text-splitters = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/text-splitters" }

### Partners
Expand Down
2 changes: 2 additions & 0 deletions reference/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"langchain",
"langchain-classic",
"langchain-tests",
"langchain-model-profiles",
"langchain-text-splitters",
"langchain-anthropic",
"langchain-chroma",
Expand Down Expand Up @@ -114,6 +115,7 @@ langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdir
langchain = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain_v1" }
langchain-classic = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain" }
langchain-tests = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/standard-tests" }
langchain-model-profiles = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/model-profiles" }
langchain-text-splitters = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/text-splitters" }

### Partners
Expand Down
14 changes: 12 additions & 2 deletions reference/python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.