feat(ai): default Vertex xAI to Responses
This commit is contained in:
parent
198ca749fd
commit
2035f559c7
7 changed files with 43 additions and 3 deletions
|
|
@ -381,6 +381,9 @@ import { model } from "@opencode-ai/ai/providers/google-vertex/responses"
|
|||
model("xai/grok-4.20-reasoning", { project, location: "global" })
|
||||
```
|
||||
|
||||
Vertex xAI defaults to that Responses entrypoint. Callers that require Chat select
|
||||
`@opencode-ai/ai/providers/google-vertex/xai/chat` explicitly.
|
||||
|
||||
```ts
|
||||
import { model } from "@opencode-ai/ai/providers/google-vertex/messages"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue