UNPKG
ai-gateway-provider
Version:
latest (2.1.0)
2.1.0
2.0.5
2.0.2
2.0.1
2.0.0
0.0.11
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
0.0.0
AI Gateway Provider for AI-SDK
github.com/cloudflare/ai
cloudflare/ai
ai-gateway-provider
/
dist
/
providers
/
groq.d.ts
7 lines
(4 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
_ai_sdk_groq
from
'@ai-sdk/groq'
;
import
{ createGroq
as
createGroq$1 }
from
'@ai-sdk/groq'
;
declare
const
createGroq
:
(
...
args
:
Parameters
<
typeof
createGroq$1>
) =>
_ai_sdk_groq.
GroqProvider
;
export
{ createGroq };