We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c068082 commit 7cfabfdCopy full SHA for 7cfabfd
sdk/src/impl/llm.ts
@@ -101,6 +101,7 @@ function getProviderOptions(params: {
101
}
102
103
// Usage accounting type for OpenRouter/Codebuff backend responses
104
+// Forked from https://github.com/OpenRouterTeam/ai-sdk-provider/
105
type OpenRouterUsageAccounting = {
106
cost: number | null
107
costDetails: {
0 commit comments