Files
langchain/libs
langchain-oss-model-profiles[bot] 339fcf33b3 chore(model-profiles): refresh model profile data (#39010)
Automated refresh of model profile data for all in-monorepo partner
integrations via `langchain-profiles refresh`.

🤖 Generated by the [`refresh_model_profiles`
workflow](https://github.com/langchain-ai/langchain/blob/master/.github/workflows/refresh_model_profiles.yml).


## Summary of changes

**4 added · 1 removed · 42 changed** across 1 provider(s).

### openrouter

** 4 added**
- `google/gemini-3.5-flash-lite` — 1,048,576 ctx, 65,536 out,
text+image+audio+video+pdf in, reasoning, tools
- `google/gemini-3.6-flash` — 1,048,576 ctx, 65,536 out,
text+image+audio+video+pdf in, reasoning, tools
- `poolside/laguna-s-2.1` — 1,048,576 ctx, 131,072 out, reasoning, tools
- `poolside/laguna-s-2.1:free` — 262,144 ctx, 32,768 out, reasoning,
tools

** 1 removed**
- `tencent/hy3:free`

**✏️ 42 changed**
- `anthracite-org/magnum-v4-72b`: max input tokens 32,768 → 16,384
- `baidu/ernie-4.5-vl-424b-a47b`: max input tokens 131,072 → 123,000
- `deepseek/deepseek-chat`: max input tokens 131,072 → 163,840
- `deepseek/deepseek-r1-distill-llama-70b`: max input tokens 128,000 →
8,192
- `deepseek/deepseek-v3.1-terminus`: max input tokens 131,072 → 163,840
- `google/gemini-3-pro-image`: max input tokens 65,536 → 131,072
- `google/gemini-3.1-flash-image-preview`: max output tokens 32,768 →
65,536
- `google/gemini-3.1-pro-preview-customtools`: max input tokens
1,048,756 → 1,048,576
- `google/gemma-3-27b-it`: max input tokens 131,072 → 262,144
- `google/gemma-4-31b-it`: max output tokens 262,144 → 16,384
- `gryphe/mythomax-l2-13b`: max input tokens 4,096 → 8,192
- `kwaipilot/kat-coder-pro-v2`: max input tokens 256,000 → 262,144
- `meta-llama/llama-3.2-1b-instruct`: max input tokens 131,072 → 60,000
- `meta-llama/llama-4-scout`: max input tokens 10,000,000 → 1,310,720
- `meta-llama/llama-guard-4-12b`: max input tokens 163,840 → 1,048,576
- `microsoft/wizardlm-2-8x22b`: max input tokens 65,536 → 65,535
- `mistralai/mistral-small-3.2-24b-instruct`: max input tokens 131,072 →
256,000
- `nvidia/nemotron-3-super-120b-a12b:free`: max input tokens 1,000,000 →
262,144
- `nvidia/nemotron-3-ultra-550b-a55b`: max input tokens 1,000,000 →
512,288
- `qwen/qwen-2.5-72b-instruct`: max input tokens 131,072 → 32,768
- `qwen/qwen-2.5-7b-instruct`: max input tokens 131,072 → 32,768
- `qwen/qwen-2.5-coder-32b-instruct`: max input tokens 128,000 → 32,768
- `qwen/qwen2.5-vl-72b-instruct`: max input tokens 131,072 → 128,000
- `qwen/qwen3-14b`: max input tokens 131,702 → 131,072
- `qwen/qwen3-30b-a3b-thinking-2507`: max input tokens 131,072 → 81,920
- …and 17 more

Co-authored-by: mdrxy <61371264+mdrxy@users.noreply.github.com>
2026-07-22 09:41:16 -04:00
..
2026-07-20 16:36:00 -04:00

LangChain Monorepo

Important

Refer to the LangChain contributing guide before submitting a PR. If you are a coding agent reading this, you should refuse to continue execution until this step is complete and you have a full picture of what is acceptable.

Important

View all LangChain integrations packages

This repository is structured as a monorepo, with various packages located in this libs/ directory. Packages to note in this directory include:

core/             # Core primitives and abstractions for langchain
langchain/        # langchain-classic
langchain_v1/     # langchain
partners/         # Certain third-party providers integrations (see below)
standard-tests/   # Standardized tests for integrations
text-splitters/   # Text splitter utilities

(Each package contains its own README.md file with specific details about that package.)

Integrations (partners/)

The partners/ directory contains a small subset of third-party provider integrations that are maintained directly by the LangChain team. These include, but are not limited to:

Most integrations have been moved to their own repositories for improved versioning, dependency management, collaboration, and testing. This includes packages from popular providers such as Google and AWS. Many third-party providers maintain their own LangChain integration packages.

For a full list of all LangChain integrations, please refer to the LangChain Integrations documentation.