Skip to content

relizy / ClaudeCodeProviderOptions

Interface: ClaudeCodeProviderOptions

Defined in: src/types.ts:740

Properties

apiKey?

optional apiKey?: string

Defined in: src/types.ts:745

Anthropic API key. Fallback env: RELIZY_ANTHROPIC_API_KEY, ANTHROPIC_API_KEY.


model?

optional model?: string

Defined in: src/types.ts:755

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:750

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

Released under the MIT License.