mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#36455)
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
34c4a2ae08
commit
cd394b70c1
@@ -16,6 +16,31 @@ https://docs.langchain.com/oss/python/langchain/models#updating-or-overwriting-p
|
|||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
_PROFILES: dict[str, dict[str, Any]] = {
|
_PROFILES: dict[str, dict[str, Any]] = {
|
||||||
|
"chatgpt-image-latest": {
|
||||||
|
"name": "chatgpt-image-latest",
|
||||||
|
"release_date": "2025-12-16",
|
||||||
|
"last_updated": "2025-12-16",
|
||||||
|
"open_weights": False,
|
||||||
|
"max_input_tokens": 0,
|
||||||
|
"max_output_tokens": 0,
|
||||||
|
"text_inputs": True,
|
||||||
|
"image_inputs": True,
|
||||||
|
"audio_inputs": False,
|
||||||
|
"video_inputs": False,
|
||||||
|
"text_outputs": True,
|
||||||
|
"image_outputs": True,
|
||||||
|
"audio_outputs": False,
|
||||||
|
"video_outputs": False,
|
||||||
|
"reasoning_output": False,
|
||||||
|
"tool_calling": False,
|
||||||
|
"attachment": True,
|
||||||
|
"temperature": False,
|
||||||
|
"image_url_inputs": True,
|
||||||
|
"pdf_inputs": True,
|
||||||
|
"pdf_tool_message": True,
|
||||||
|
"image_tool_message": True,
|
||||||
|
"tool_choice": True,
|
||||||
|
},
|
||||||
"codex-mini-latest": {
|
"codex-mini-latest": {
|
||||||
"name": "Codex Mini",
|
"name": "Codex Mini",
|
||||||
"release_date": "2025-05-16",
|
"release_date": "2025-05-16",
|
||||||
@@ -899,6 +924,81 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"image_tool_message": True,
|
"image_tool_message": True,
|
||||||
"tool_choice": True,
|
"tool_choice": True,
|
||||||
},
|
},
|
||||||
|
"gpt-image-1": {
|
||||||
|
"name": "gpt-image-1",
|
||||||
|
"release_date": "2025-04-24",
|
||||||
|
"last_updated": "2025-04-24",
|
||||||
|
"open_weights": False,
|
||||||
|
"max_input_tokens": 0,
|
||||||
|
"max_output_tokens": 0,
|
||||||
|
"text_inputs": True,
|
||||||
|
"image_inputs": True,
|
||||||
|
"audio_inputs": False,
|
||||||
|
"video_inputs": False,
|
||||||
|
"text_outputs": False,
|
||||||
|
"image_outputs": True,
|
||||||
|
"audio_outputs": False,
|
||||||
|
"video_outputs": False,
|
||||||
|
"reasoning_output": False,
|
||||||
|
"tool_calling": False,
|
||||||
|
"attachment": True,
|
||||||
|
"temperature": False,
|
||||||
|
"image_url_inputs": True,
|
||||||
|
"pdf_inputs": True,
|
||||||
|
"pdf_tool_message": True,
|
||||||
|
"image_tool_message": True,
|
||||||
|
"tool_choice": True,
|
||||||
|
},
|
||||||
|
"gpt-image-1-mini": {
|
||||||
|
"name": "gpt-image-1-mini",
|
||||||
|
"release_date": "2025-09-26",
|
||||||
|
"last_updated": "2025-09-26",
|
||||||
|
"open_weights": False,
|
||||||
|
"max_input_tokens": 0,
|
||||||
|
"max_output_tokens": 0,
|
||||||
|
"text_inputs": True,
|
||||||
|
"image_inputs": True,
|
||||||
|
"audio_inputs": False,
|
||||||
|
"video_inputs": False,
|
||||||
|
"text_outputs": True,
|
||||||
|
"image_outputs": True,
|
||||||
|
"audio_outputs": False,
|
||||||
|
"video_outputs": False,
|
||||||
|
"reasoning_output": False,
|
||||||
|
"tool_calling": False,
|
||||||
|
"attachment": True,
|
||||||
|
"temperature": False,
|
||||||
|
"image_url_inputs": True,
|
||||||
|
"pdf_inputs": True,
|
||||||
|
"pdf_tool_message": True,
|
||||||
|
"image_tool_message": True,
|
||||||
|
"tool_choice": True,
|
||||||
|
},
|
||||||
|
"gpt-image-1.5": {
|
||||||
|
"name": "gpt-image-1.5",
|
||||||
|
"release_date": "2025-11-25",
|
||||||
|
"last_updated": "2025-11-25",
|
||||||
|
"open_weights": False,
|
||||||
|
"max_input_tokens": 0,
|
||||||
|
"max_output_tokens": 0,
|
||||||
|
"text_inputs": True,
|
||||||
|
"image_inputs": True,
|
||||||
|
"audio_inputs": False,
|
||||||
|
"video_inputs": False,
|
||||||
|
"text_outputs": True,
|
||||||
|
"image_outputs": True,
|
||||||
|
"audio_outputs": False,
|
||||||
|
"video_outputs": False,
|
||||||
|
"reasoning_output": False,
|
||||||
|
"tool_calling": False,
|
||||||
|
"attachment": True,
|
||||||
|
"temperature": False,
|
||||||
|
"image_url_inputs": True,
|
||||||
|
"pdf_inputs": True,
|
||||||
|
"pdf_tool_message": True,
|
||||||
|
"image_tool_message": True,
|
||||||
|
"tool_choice": True,
|
||||||
|
},
|
||||||
"o1": {
|
"o1": {
|
||||||
"name": "o1",
|
"name": "o1",
|
||||||
"release_date": "2024-12-05",
|
"release_date": "2024-12-05",
|
||||||
|
|||||||
Reference in New Issue
Block a user