Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1862,6 +1862,17 @@ spec:
items:
type: string
type: array
method:
description: |-
Method configures which OpenAI API OpenCode should use.
CHAT selects @ai-sdk/openai-compatible and forces /chat/completions.
RESPONSES selects @ai-sdk/openai and forces /responses.
AUTO preserves the provider default.
enum:
- CHAT
- RESPONSES
- AUTO
type: string
model:
description: Model is the LLM model to use.
type: string
Expand Down Expand Up @@ -1984,6 +1995,17 @@ spec:
description: Endpoint overrides the OpenAI-compatible provider
base URL.
type: string
method:
description: |-
Method configures which OpenAI API Pi should use.
CHAT selects openai-completions and forces /chat/completions.
RESPONSES selects openai-responses and forces /responses.
AUTO preserves the current openai-responses default.
enum:
- CHAT
- RESPONSES
- AUTO
type: string
model:
description: Model is the model id to use.
type: string
Expand Down