Skip to content

Provider Config (BYOK) Node

AI/GitHub/Copilot/Config

Provider Config (BYOK)

Configures a custom provider (Bring Your Own Key)

copilot_provider_configllm
Inputs3
Outputs1
Security exposure5/10
Packagellm

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
5/10Medium
PrivacyPotential sensitivity of processed data.
6/10Medium
PerformanceRuntime or resource pressure.
0/10High
GovernancePolicy, audit, or compliance impact.
4/10Medium
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
2/10High

Input Pins

3

Base URL

String
base_url

Provider API base URL (e.g., https://api.openai.com/v1)

API Key

String
api_key

API key for authentication

Model

String
model

Model ID to use

Output Pins

1

Config

Struct
config

Provider configuration

ProviderConfigProviderConfig3 fields
base_urlstringrequired

Provider API base URL

api_keystring | null

API key (optional)

modelstring | null

Model override

Schema enforced

Node Info

Internal name
copilot_provider_config
Category
AI/GitHub/Copilot/Config