OpenAI
Package
Section titled “Package”dotnet add package AgentCircuits.Providers.OpenAIEntry points
Section titled “Entry points”Use either:
OpenAI.LanguageModel("gpt-4o")OpenAI.Create(new OpenAIProviderOptions { ... })
Environment variable
Section titled “Environment variable”OPENAI_API_KEY=...File-config keys
Section titled “File-config keys”The generic config mapper currently supports:
api_keybase_urlorganization
Runtime-only note
Section titled “Runtime-only note”The runtime also supports Project, but the current file-config and portal mappers do not expose it. If you need that option today, pass it programmatically.