Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/ai
/ getOpenRouterApiKeyFromEnv
Function
getOpenRouterApiKeyFromEnv
packages/ai-openrouter/src/utils/client.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
export
function
getOpenRouterApiKeyFromEnv(): string {
11
return
getApiKeyFromEnv(
'OPENROUTER_API_KEY'
)
12
}
13
14
export
function
generateId(prefix: string): string {
15
return
_generateId(prefix)
Callers
4
openRouterText
Function · 0.90
openRouterSummarize
Function · 0.90
openRouterImage
Function · 0.90
openRouterResponsesText
Function · 0.90
Calls
1
getApiKeyFromEnv
Function · 0.90
Tested by
no test coverage detected