AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
ProviderConfigEntry
Interface ProviderConfigEntry
Configuration for a single AI model provider entry within the manager. ProviderConfigEntry
interface
ProviderConfigEntry
{
providerId
:
string
;
enabled
:
boolean
;
config
:
Partial
<
Record
<
string
,
any
>
|
OpenAIProviderConfig
|
OpenRouterProviderConfig
|
OllamaProviderConfig
>
;
isDefault
?:
boolean
;
}
Index
Properties
provider
Id
enabled
config
is
Default?
Properties
provider
Id
provider
Id
:
string
enabled
enabled
:
boolean
config
config
:
Partial
<
Record
<
string
,
any
>
|
OpenAIProviderConfig
|
OpenRouterProviderConfig
|
OllamaProviderConfig
>
Optional
is
Default
is
Default
?:
boolean
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
provider
Id
enabled
config
is
Default
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Configuration for a single AI model provider entry within the manager. ProviderConfigEntry