Commit log

e295f12 v0.25.0

Andrey Nering created

b2f7d06 chore: auto-update generated files

Charm created

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.

Ivan De Marino created

ddb4318 chore: auto-update generated files

Charm created

4466a55 v0.24.0

Andrey Nering created

ee3f439 feat: add support for anthropic thinking effort (#195)

Andrey Nering created

7c33354 v0.23.0

Andrey Nering created

76a90bf chore: auto-update generated files

Charm created

8450533 feat: add minimax china provider (#191)

AN Long created

06085da refactor!: remove deprecated providers endpoint and data (#193)

Click to expand commit body
It has been 4 months since we deprecated this, the data is outdated,
and I think it's a good thing to remove to avoid confusion for
contributors.

Andrey Nering created

48996e5 v0.22.2

Andrey Nering created

1f612f6 chore: auto-update generated files

Charm created

26de635 chore: add claude sonnet 4.6 (#194)

Click to expand commit body
Closes #192

Andrey Nering created

4ad730b chore: auto-update generated files

Charm created

b9b73f5 v0.22.1

Andrey Nering created

1912b38 chore(minimax): add highspeed models (#190)

maxffarrell created

92c7364 chore: auto-update generated files

Charm created

10bed04 v0.22.0

Andrey Nering created

cd11331 feat: add openai gpt 5.3 codex (#172)

Andrey Nering created

ff1f5c3 chore: add google gemini 3 reasoning levels (#189)

Andrey Nering created

36e4c10 v0.21.3

Andrey Nering created

cfae120 chore(io.net): use `name` returned by the api

Andrey Nering created

84c49b7 refactor(ionet): remove unused struct fields

Click to expand commit body
* 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>

Andrey Nering created

7f9d97d v0.21.2

Andrey Nering created

2b5799c chore: auto-update generated files

Charm created

ca676bc chore: auto-update generated files

Charm created

94a4324 chore: auto-update generated files

Charm created

bb96192 chore: auto-update generated files

Charm created

395d369 v0.21.1

Andrey Nering created

9fce067 fix: set right context window for z.ai glm 5

Andrey Nering created

6ece164 v0.21.0

Andrey Nering created

f577ff3 feat: aihubmix cmd to update the models (#158)

Click to expand commit body
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>

Carlos Alexandro Becker and Andrey Nering created

54eb41e v0.20.2

Andrey Nering created

745be0f chore: auto-update generated files

Charm created

fd864bc v0.20.1

Andrey Nering created

3de2d19 chore: add gemini 3.1 pro (#187)

Andrey Nering created

817a37c chore(huggingface): update default small model

Andrey Nering created

d269cd1 chore: auto-update generated files

Charm created

22918d4 ci: use right access token on update action

Andrey Nering created

2613a0f chore(taskfile): add all generators to `gen:all`

Andrey Nering created

5cf984c chore(taskfile): add task to update vercel

Andrey Nering created

8ece734 ci: update huggingface automatically

Andrey Nering created

8a3709a chore: update copilot models

Andrey Nering created

cb08c8e chore: remove old anthropic models that no longer work (#186)

Click to expand commit body
* Claude Haiku 3.5
* Claude Sonnet 4.5

Andrey Nering created

7927c75 v0.20.0

Andrey Nering created

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

Seb Duerr created

32297fa v0.19.3

Andrey Nering created

6e4904e fix: grok 4 does not support reasoning levels (#181)

Click to expand commit body
It was returning an error if you selected one. The documentations says
it's not supported:

https://docs.x.ai/developers/models

Andrey Nering created

dc620c4 v0.19.2

Andrey Nering created