Skip to content

relizy / ClaudeCodeProviderOptions

Interface: ClaudeCodeProviderOptions

Defined in: src/types.ts:774

Properties

apiKey?

optional apiKey?: string

Defined in: src/types.ts:779

Anthropic API key. Fallback env: RELIZY_ANTHROPIC_API_KEY, ANTHROPIC_API_KEY.


model?

optional model?: string

Defined in: src/types.ts:789

Model id or alias (e.g. haiku, sonnet, opus, or a versioned id).

Default

ts
'haiku'

oauthToken?

optional oauthToken?: string

Defined in: src/types.ts:784

Claude Code OAuth token. Fallback env: RELIZY_CLAUDE_CODE_OAUTH_TOKEN, CLAUDE_CODE_OAUTH_TOKEN.

Released under the MIT License.