Documentation
Oh My Bee
In DevelopmentProviders
Bee currently supports a built-in demo provider and an adapter-backed provider mode for model services.
Section
Selecting a provider
bash
bee --provider demo -p "summarize this workspace"
bee --provider adapter --adapter-command bee-openai-adapter --model gpt-4o-miniSection
Provider reference
| Provider | Status | Notes |
|---|---|---|
| demo | Ready | Local development runtime with no external dependency. |
| adapter | Ready | Invokes an external adapter command using Bee's provider protocol. |
Section
Future providers
Planned
Additional first-party providers can be documented here later. For now the adapter boundary is the stable way to connect Bee to external models.