Configure the provider
.chatModel() with an exact model ID. The provider sends that ID without adding a prefix.
Generate text
Stream from a route
app/api/generate/route.ts
Verification boundary
The base-URL configuration does not verify ACI locally. Node and Bun applications can passconnectAci().fetch to createOpenAICompatible, then audit the retained receipt after generation.
See the verified Node and Bun transport.