Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion config/bifrost.config.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

"client": {
"drop_excess_requests": false,
"prometheus_labels": ["model", "provider"]
"prometheus_labels": ["model", "provider"],
"compat": {
"convert_text_to_chat": true,
"convert_chat_to_responses": true,
"should_drop_params": false,
"should_convert_params": true
}
},

"config_store": {
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Top-level changelog. Sub-projects keep their own detailed changelogs; link them
here.

## 2026-07-14

### Bifrost: disable global compat parameter dropping

- Set `client.compat.should_drop_params: false` in the rendered Bifrost config
so Bifrost stops silently deleting request fields absent from model-catalog
allowlists.
- This is global for the Bifrost instance, not codex-specific; configured
providers such as `openrouter`, `anthropic`, `openai`, `codex`, `nvidia`,
`deepseek`, `nanogpt`, `unsloth`, `lmstudio`, `ollama`, `speaches`,
`audiocpp`, `nemotron-asr`, and `parakeet-asr` may now receive parameters
Bifrost previously dropped.

## Data pipelines
Garmin / banking / Playnite / AoE4-replay / X-bookmarks pipelines on Dagster
(+ DBOS / Restate experiments). Full detail:
Expand Down