rpk ai llm create
Create an LLM provider
Flags
| Value | Type | Description |
|---|---|---|
|
string |
API key or AWS Secret Access Key secret reference (bedrock). |
|
- |
forward client’s Authorization header to upstream (Anthropic enterprise/Max OAuth). |
|
string |
base URL. |
|
string |
AWS Access Key ID or secret reference for Bedrock. |
|
string |
AWS region for Bedrock (e.g. us-east-1). |
|
string |
display name. |
|
- |
whether provider is enabled (default true). |
|
- |
help for create. |
|
strings |
supported models. |
|
string |
provider name (required). |
|
string |
provider type: openai, anthropic, google, bedrock. |
|
string |
output format: table|wide|json|yaml|markdown (env: RPAI_FORMAT) (default "table"). |
|
- |
disable colored output (env: NO_COLOR). |
|
string |
path to rpai config (env: RPAI_CONFIG) (default "/var/lib/redpanda/.rpai/config"). |
|
string |
override the selected environment’s AI Gateway URL for this invocation. |
|
string |
rpai profile name (env: RPAI_PROFILE). |
|
- |
verbose debug logging to stderr (env: RPAI_VERBOSE). |
|
string |
static bearer token override (ambient RPAI_TOKEN is ignored under rpk ai). |