are the types for the new deepgram

are the types for the new deepgram models not up-to-date? I am getting:
Argument of type '"@cf/deepgram/nova-3"' is not assignable to parameter of type 'keyof AiModels'.ts(2345)

this.env.AI.run(
"@cf/deepgram/nova-3"
Argument of type '"@cf/deepgram/nova-3"' is not assignable to parameter of type 'keyof AiModels'.ts(2345)

this.env.AI.run(
"@cf/deepgram/nova-3"
3 Replies
Daniel
DanielOP5w ago
my setup looks like this:
"dependencies": {
"agents": "^0.0.113",
"hono": "^4.9.2",
"hono-agents": "^0.0.102",
},
"devDependencies": {
"wrangler": "^4.34.0"
}
"dependencies": {
"agents": "^0.0.113",
"hono": "^4.9.2",
"hono-agents": "^0.0.102",
},
"devDependencies": {
"wrangler": "^4.34.0"
}
samjs
samjs4w ago
Hey @Daniel . We had a bunch of model launches recently and we're working through a backlog of loose ends like this! Types will be coming soon.
Daniel
DanielOP4w ago
Hi @samjs, appreciate it. Totally understandable

Did you find this page helpful?