Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/provider / adapters/ollama / OllamaTimings
Interface: OllamaTimings
Defined in: packages/provider/src/adapters/ollama.ts:427
Stable
Ollama server timings for one call, in milliseconds. The server reports them in nanoseconds on the terminal chunk; normalized here so model load, prompt processing and generation are distinguishable in events and traces. Surfaced under providerMetadata.ollama on the finish event / generate() response, and stamped onto the provider span by withTracing.