mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 16:54:05 +00:00
Refactor OpenAI provider identity so OpenAI remains the canonical provider for API-key and OAuth-backed flows while legacy openai-codex state is doctor/migration-only. Keeps OpenAI Codex Responses as an API/transport class rather than a provider identity, moves auth aliases through providerAuthAliases, updates doctor repair sequencing for old auth/profile state, and refreshes tests/docs around the canonical OpenAI behavior.
24 lines
627 B
Markdown
24 lines
627 B
Markdown
---
|
|
summary: "Adds OpenAI, OpenAI Codex model provider support to OpenClaw."
|
|
read_when:
|
|
- You are installing, configuring, or auditing the openai plugin
|
|
title: "OpenAI plugin"
|
|
---
|
|
|
|
# OpenAI plugin
|
|
|
|
Adds OpenAI, OpenAI Codex model provider support to OpenClaw.
|
|
|
|
## Distribution
|
|
|
|
- Package: `@openclaw/openai-provider`
|
|
- Install route: included in OpenClaw
|
|
|
|
## Surface
|
|
|
|
providers: openai; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders
|
|
|
|
## Related docs
|
|
|
|
- [openai](/providers/openai)
|