mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-04 03:14:33 +00:00
chore(model-profiles): refresh model profile data (#36152)
Automated refresh of model profile data for all in-monorepo partner integrations via `langchain-profiles refresh`. 🤖 Generated by the `refresh_model_profiles` workflow. Co-authored-by: mdrxy <61371264+mdrxy@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
900f8a3513
commit
936b0a68b8
@@ -396,9 +396,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"grok-4.20-beta-latest-non-reasoning": {
|
||||
"name": "Grok 4.20 Beta (Non-Reasoning)",
|
||||
"status": "beta",
|
||||
"grok-4.20-0309-non-reasoning": {
|
||||
"name": "Grok 4.20 (Non-Reasoning)",
|
||||
"release_date": "2026-03-09",
|
||||
"last_updated": "2026-03-09",
|
||||
"open_weights": False,
|
||||
@@ -417,9 +416,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"grok-4.20-beta-latest-reasoning": {
|
||||
"name": "Grok 4.20 Beta (Reasoning)",
|
||||
"status": "beta",
|
||||
"grok-4.20-0309-reasoning": {
|
||||
"name": "Grok 4.20 (Reasoning)",
|
||||
"release_date": "2026-03-09",
|
||||
"last_updated": "2026-03-09",
|
||||
"open_weights": False,
|
||||
@@ -438,9 +436,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"grok-4.20-multi-agent-beta-latest": {
|
||||
"name": "Grok 4.20 Multi-Agent Beta",
|
||||
"status": "beta",
|
||||
"grok-4.20-multi-agent-0309": {
|
||||
"name": "Grok 4.20 Multi-Agent",
|
||||
"release_date": "2026-03-09",
|
||||
"last_updated": "2026-03-09",
|
||||
"open_weights": False,
|
||||
|
||||
Reference in New Issue
Block a user