Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
fe76666
Aegis.
jondurbin Feb 11, 2026
7b4a089
Merge branch 'main' of github.com:chutesai/chutes-api into aegis
jondurbin Feb 12, 2026
df63d9c
Merge branch 'main' of github.com:chutesai/chutes-api into aegis
jondurbin Feb 12, 2026
28941f2
cllmv v2
jondurbin Feb 12, 2026
fdb59aa
https, mtls, httpx client change for http/2, E2E encryption, aegis ce…
jondurbin Feb 14, 2026
381aaad
gzip
jondurbin Feb 14, 2026
2da8b1f
Better disconnect handling.
jondurbin Feb 14, 2026
70be33e
stricter epoch validation for _rint
jondurbin Feb 15, 2026
d4961a7
Ensure no connection re-use for non-https.
jondurbin Feb 18, 2026
4b30554
Merge branch 'main' of github.com:chutesai/chutes-api into aegis
jondurbin Feb 18, 2026
fe60747
model aliasing/failover
jondurbin Feb 18, 2026
eef2680
Fixes.
jondurbin Feb 19, 2026
67a0137
Fixes.
jondurbin Feb 19, 2026
a949e36
Fixes.
jondurbin Feb 19, 2026
d28c774
cllmv fixes
jondurbin Feb 19, 2026
e2f521c
chutes lib bump
jondurbin Feb 19, 2026
1e7cc57
more httpx fixes
jondurbin Feb 19, 2026
34b7b7a
Merge branch 'multi-model' of github.com:chutesai/chutes-api into aegis
jondurbin Feb 19, 2026
3d6268a
fix httpx timeouts
jondurbin Feb 19, 2026
d2668ac
Fix stream response handling.
jondurbin Feb 19, 2026
21d08fb
alias routing pref fixes.
jondurbin Feb 19, 2026
a907d1b
misc edge cases.
jondurbin Feb 19, 2026
dff57d9
Fix update time.
jondurbin Feb 19, 2026
23f7762
pyc cleanup timing issue
jondurbin Feb 20, 2026
c83cb1f
Find updates
jondurbin Feb 20, 2026
00f32f2
Fix py path.
jondurbin Feb 20, 2026
252f8d0
temp disable inspecto
jondurbin Feb 20, 2026
cb502d7
fix cache clean timing issue with cfsv
jondurbin Feb 20, 2026
3c2d772
Merge branch 'aegis' of github.com:chutesai/chutes-api into aegis
jondurbin Feb 20, 2026
33d26c1
Update chutes lib.
jondurbin Feb 20, 2026
ca351c1
cfsv fixes
jondurbin Feb 20, 2026
bb0fb73
tls cert validation fixes
jondurbin Feb 20, 2026
6c2cfd0
chutes lib update
jondurbin Feb 20, 2026
a581528
Already bytes
jondurbin Feb 20, 2026
8d8b60d
Fix httpcore/httpx updated lib issues...
jondurbin Feb 20, 2026
adcd17a
more mtls fixes
jondurbin Feb 20, 2026
f82c711
Merge branch 'main' of github.com:chutesai/chutes-api into aegis
jondurbin Feb 20, 2026
b0eb7a6
fix stream
jondurbin Feb 20, 2026
58b8d9d
fix cllmv session keys
jondurbin Feb 20, 2026
4b8fdb5
more cleanup
jondurbin Feb 21, 2026
ccb9b14
client cert fixes
jondurbin Feb 21, 2026
929e336
pkg_hash after BCM
jondurbin Feb 21, 2026
a4f118f
f
jondurbin Feb 21, 2026
170a2e1
fix preload
jondurbin Feb 21, 2026
4f8eddc
deletion redis subs
jondurbin Feb 21, 2026
59fd82b
update bytecode manifest before pkg_hash
jondurbin Feb 21, 2026
b68d206
optimizations
jondurbin Feb 21, 2026
ea98906
timeout/socket death detection
jondurbin Feb 21, 2026
cdbb97c
Sharded connection manager, other fixes.
jondurbin Feb 22, 2026
85c8470
Dep updates
jondurbin Feb 22, 2026
6dd928c
Fixes
jondurbin Feb 22, 2026
11461f2
fix e2e sse
jondurbin Feb 22, 2026
e07d2d6
Subscription info headers.
jondurbin Feb 22, 2026
03f8225
More response headers, rate limit info, etc.
jondurbin Feb 22, 2026
88a807e
Copy new headers to e2e path.
jondurbin Feb 22, 2026
66f5249
e2e quotas/billing/etc.
jondurbin Feb 22, 2026
6396133
quota usage fixes, more e2e updates to match normal invocation path, …
jondurbin Feb 22, 2026
e858ad8
Forge fixes
jondurbin Feb 22, 2026
5ed449c
Example e2e client script.
jondurbin Feb 22, 2026
0ad0d3e
handle new format for llm details
jondurbin Feb 22, 2026
f14509b
chutes lib update
jondurbin Feb 23, 2026
0c693d7
Fix tls command check.
jondurbin Feb 23, 2026
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
# Set Python 3.12 as default python3
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1

# NN verification lib.
# NN verification lib (v3 instances).
ADD data/chutes-nnverify.so /usr/local/lib/chutes-nnverify.so
RUN chmod 755 /usr/local/lib/chutes-nnverify.so

Expand Down Expand Up @@ -83,7 +83,7 @@ ADD data/containers.conf /etc/containers/containers.conf
RUN mkdir -p /root/build /forge /var/lib/containers

# Install trivy
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.68.2
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.69.1

# Install cosign
ENV COSIGN_VERSION=2.5.3
Expand Down
Loading