4b660dc
feat(vertexai): add `gemini-3.1-*` and `claude-*-4.6` (#198)
Click to expand commit body
Adds the following models to the Vertex AI provider config:
- `gemini-3.1-pro-preview`
- `gemini-3.1-pro-preview-customtools`
- `claude-sonnet-4-6`
- `claude-sonnet-4-5-20250929`
- `claude-opus-4-6`
- `claude-opus-4-5-20251101` (renamed)
- `claude-haiku-4-5-20251001` (renamed)
The definition is essentially cut&pasted from the sibling `gemini.json` and `anthropic.json`.
This was tested in local setup against a working VertexAI setup.
* Remove fields from `Model` struct that are not referenced in the code.
* Remove unused `Permission` struct entirely.
* Remove `Object` field from `Response` struct.
💘 Generated with Crush
Assisted-by: Kimi K2.5 via Crush <crush@charm.land>
1560a21
feat(cerebras): remove deprecated llama-3.3-70b and qwen-3-32b models
Click to expand commit body
These models have been deprecated from the Cerebras inference platform.
- Remove llama-3.3-70b and qwen-3-32b from the Cerebras provider config
- Update default_small_model_id from qwen-3-32b to qwen-3-235b-a22b-instruct-2507
- Remaining models: gpt-oss-120b, qwen-3-235b-a22b-instruct-2507, zai-glm-4.7
Seb Duerr
created
7d7e3c3
Add temperature=0.9 and top_p=0.95 to zai-glm-4.7 model