Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/provider / / CreateDefaultCounterOptions

Interface: CreateDefaultCounterOptions

Defined in: packages/provider/src/counters/dispatcher.ts:24

Options for createDefaultCounter.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
anthropicApiKey?readonlystringOptional Anthropic API key threaded through to AnthropicAPICounter.packages/provider/src/counters/dispatcher.ts:30
modelreadonlystringConcrete model id (e.g. 'gpt-4o', 'claude-opus-4-7').packages/provider/src/counters/dispatcher.ts:26
provider?readonlystringOptional provider hint to short-circuit the regex matching.packages/provider/src/counters/dispatcher.ts:28