第三方插件
comfyui_llm_party
AISuite加载器
节点中英文对比
按当前节点配置,分别展示中文与英文节点结构。
中文节点
AISuite加载器
provider
model_name
base_url
api_key
aws_access_key_id
aws_secret_access_key
aws_region_name
google_project_id
google_region
google_application_credentials
hf_api_token
英文节点
AISuite加载器
provider
model_name
base_url
api_key
aws_access_key_id
aws_secret_access_key
aws_region_name
google_project_id
google_region
google_application_credentials
hf_api_token
参数说明
依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。
输出参数
模型
model
配置完成的模型对象,可作为输入连接到其他LLM节点,用于生成文本或执行任务。
控件参数
provider
provider
选择大模型提供方,例如openai、aws、google或huggingface等。不同提供方需要填写不同的认证参数。
model_name
model_name
指定所使用的模型名称,如gpt-4o-mini、gpt-3.5-turbo等。不同厂商有各自支持的模型列表。
base_url
base_url
用于覆盖默认的API地址。例如私有代理或自建API网关时需要填写。
api_key
api_key
调用OpenAI或其他服务商API的密钥。
aws_access_key_id
aws_access_key_id
当provider选择aws时必填,用于连接 Amazon Bedrock 等模型服务。
aws_secret_access_key
aws_secret_access_key
当provider选择aws时必填,用于连接 Amazon Bedrock 等模型服务。
aws_region_name
aws_region_name
当provider选择aws时必填,用于连接 Amazon Bedrock 等模型服务。
google_project_id
google_project_id
当 provider 选择 google 时必填,配置 Google Cloud 项目的访问凭证。
google_region
google_region
当 provider 选择 google 时必填,配置 Google Cloud 项目的访问凭证。
google_application_credentials
google_application_credentials
当provider选择 google 时必填,配置 Google Cloud项目的访问凭证。
hf_api_token
hf_api_token
当provider选择huggingface时必填,用于访问Hugging Face Hub 的模型和API。
详细说明
结合节点用途、参数和调用方式,给出更完整的说明内容。
暂无节点说明
同类节点导航
继续浏览同一分类下的相邻节点,方便串联学习。