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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
anthropicApiKey? | readonly | string | Optional Anthropic API key threaded through to AnthropicAPICounter. | packages/provider/src/counters/dispatcher.ts:30 |
model | readonly | string | Concrete model id (e.g. 'gpt-4o', 'claude-opus-4-7'). | packages/provider/src/counters/dispatcher.ts:26 |
provider? | readonly | string | Optional provider hint to short-circuit the regex matching. | packages/provider/src/counters/dispatcher.ts:28 |