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
AISuite加载器 - 参数说明
输出参数
model
配置完成的模型对象,可作为输入连接到其他LLM节点,用于生成文本或执行任务。
控件参数
provider
选择大模型提供方,例如openai、aws、google或huggingface等。不同提供方需要填写不同的认证参数。
model_name
指定所使用的模型名称,如gpt-4o-mini、gpt-3.5-turbo等。不同厂商有各自支持的模型列表。
base_url
用于覆盖默认的API地址。例如私有代理或自建API网关时需要填写。
api_key
调用OpenAI或其他服务商API的密钥。
aws_access_key_id
当provider选择aws时必填,用于连接 Amazon Bedrock 等模型服务。
aws_secret_access_key
当provider选择aws时必填,用于连接 Amazon Bedrock 等模型服务。
aws_region_name
当provider选择aws时必填,用于连接 Amazon Bedrock 等模型服务。
google_project_id
当 provider 选择 google 时必填,配置 Google Cloud 项目的访问凭证。
google_region
当 provider 选择 google 时必填,配置 Google Cloud 项目的访问凭证。
google_application_credentials
当provider选择 google 时必填,配置 Google Cloud项目的访问凭证。
hf_api_token
当provider选择huggingface时必填,用于访问Hugging Face Hub 的模型和API。
暂无节点说明