Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/provider / / AnthropicAPICounterOptions
Interface: AnthropicAPICounterOptions
Defined in: packages/provider/src/counters/anthropic.ts:20
Options for AnthropicAPICounter.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
apiKey? | readonly | string | - | packages/provider/src/counters/anthropic.ts:22 |
baseUrl? | readonly | string | - | packages/provider/src/counters/anthropic.ts:23 |
fetchImpl? | readonly | (input, init?) => Promise<Response> | - | packages/provider/src/counters/anthropic.ts:24 |
id? | readonly | string | Identifier carried on the produced counter. | packages/provider/src/counters/anthropic.ts:26 |
modelId | readonly | string | - | packages/provider/src/counters/anthropic.ts:21 |