Small, self-contained reproductions for Bifrost provider issues.
Each case lives in its own folder with a local pyproject.toml and uv.lock.
| Case | Status | Description |
|---|---|---|
gemini-file-upload-mime-type |
Open | Reproduces Gemini uploaded files losing MIME type metadata through Bifrost /genai. |
gemini-file-upload-diagnostic |
Solved | Compares Gemini File API uploads directly against Google and through Bifrost /genai. |
anthropic-file-id-openai-route |
Open | Reproduces Anthropic uploaded file_id failures through Bifrost OpenAI-compatible chat routes. |
Open the case folder and run the command documented in that folder's README:
cd cases/<case-name>
uv run ...