Commit log

f6a2f09 chore: add new anthropic model (#72)

Kujtim Hoxha created

187493d chore: auto-update generated files

actions-user created

05c6d33 chore: auto-update generated files

actions-user created

b156d82 chore: auto-update generated files

actions-user created

1a40e6e chore: auto-update generated files

actions-user created

e35eb56 chore: auto-update generated files

actions-user created

1e3d7f6 chore: auto-update generated files

actions-user created

c152f2d feat: support hugging face inference router (#59)

Click to expand commit body
* feat: support hugging face inference router

* chore: lint

* chore: add huggingface script to nightly update

* fix: remove HF prefix from types in huggingface package

Remove redundant HF prefix from type names since they are already in the huggingface package namespace.

πŸ’– Generated with Crush
Co-Authored-By: Crush <crush@charm.land>

* chore: small changes

* chore: only add models that seem to be working

* chore: lint

---------

Co-authored-by: Crush <crush@charm.land>

Kujtim Hoxha and Crush created

339a101 chore: auto-update generated files

actions-user created

998e1d6 chore: auto-update generated files

actions-user created

a5b3fb5 chore: auto-update generated files

actions-user created

6917855 chore: add grok-4-fast

kujtimiihoxha created

9cfda55 chore: auto-update generated files

actions-user created

9d9a86e chore: unify z.ai (#66)

Kujtim Hoxha created

9df3968 chore: auto-update generated files

actions-user created

54b34ef chore: order providers correctly

Kujtim Hoxha created

4c50447 chore: auto-update generated files

actions-user created

2421534 zai coding provider (#63)

Click to expand commit body
* zai coding provider

* chore: change to openai endpoint

Kujtim Hoxha created

6429fe8 chore: auto-update generated files

actions-user created

045ba2c chore: auto-update generated files

actions-user created

a75405e fix(openrouter): sort models by name to be more deterministic (#64)

Click to expand commit body
* fix(openrouter): sort models by name to be more deterministic

Looks like OpenRouter returns models at a random order. Sort by name
to make the process of generating `openrouter.json` more deterministic.

Changes between runs can still happen, specially when it comes to cost,
but the diff will be small and easier to review.

* chore: add a taskfile

* chore: re-generate `openrouter.json` with sorted name

Andrey Nering created

08db194 chore: auto-update generated files

actions-user created

e3685e8 chore: auto-update generated files

actions-user created

5e2df8e chore: auto-update generated files

actions-user created

607a9df fix(openrouter): set has_reasoning_effort for reasoning models (#56)

Amolith created

2df82eb update kimi model (#60)

Kujtim Hoxha created

fd4f2a4 fix(cerebras): only gpt-oss supports reasoning (#61)

Amolith created

8b4be08 chore: auto-update generated files

actions-user created

abe9db2 chore: auto-update generated files

actions-user created

d98f537 chore: auto-update generated files

actions-user created

03485fd chore: auto-update generated files

actions-user created

b2d5af9 chore(deps): bump github.com/prometheus/client_golang in the all group (#58)

Click to expand commit body
Bumps the all group with 1 update: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).


Updates `github.com/prometheus/client_golang` from 1.23.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.2)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] and dependabot[bot] created

862abad chore(deps): bump actions/setup-go from 5 to 6 in the all group (#57)

Click to expand commit body
Bumps the all group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] and dependabot[bot] created

cce3949 chore: auto-update generated files

actions-user created

56a232d chore: auto-update generated files

actions-user created

7a48df4 chore: auto-update generated files

actions-user created

9eca460 chore: auto-update generated files

actions-user created

63aefe9 chore: auto-update generated files

actions-user created

908e532 chore: auto-update generated files

actions-user created

81c81f9 Fix "has_reasoning_effort" -> "has_reasoning_efforts" (#54)

Click to expand commit body
Based on https://github.com/charmbracelet/catwalk/blob/239810362e819bda15fdecfa892927c84de25613/pkg/catwalk/provider.go#L61
the field name should be "has_reasoning_efforts" with an 's' at the end.

Felix KΓ€stner created

3a951d2 chore: auto-update generated files

actions-user created

2398103 chore: auto-update generated files

actions-user created

f249197 chore: auto-update generated files

actions-user created

9502934 chore: auto-update generated files

actions-user created

528a729 chore: auto-update generated files

actions-user created

ca48be9 chore: add grok code fast (#53)

Kujtim Hoxha created

bdc6b17 chore: auto-update generated files

actions-user created

42b8b8c chore: auto-update generated files

actions-user created

ca04c91 ci: sync dependabot config (#51)

Charm created

b59776d Add chutes provider (#42)

Click to expand commit body
* feat: add Chutes AI provider with Qwen, GLM and Kimi models

* feat: update model pricing and add new DeepSeek V3.1 and Qwen3 models

Stenn Kool created