Add Coder Free model route
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- pushed
- by user · WAL seq 464 · 2026-08-26T20:38:16.967215Z
- built
- 2 modules in 157.0 s
- deployed
- live · 2 modules on 3 nodes · push→live —
- deployed
- needs_rolling_replace · 2 modules on 0 nodes · push→live —
Changed files
-
modified
config/config.exs -
modified
lib/openagents/inference/models.ex -
modified
lib/openagents/inference/pricing.ex -
modified
lib/openagents_web/live/model_catalog_live.ex -
modified
test/openagents/inference/models_test.exs -
modified
test/openagents/inference/pricing_test.exs -
modified
test/openagents_web/controllers/inference_proxy_controller_test.exs -
modified
test/openagents_web/live/model_catalog_live_test.exs
Diff
8 files changed, +66 -41
config/config.exs modified +23 -7
@@ -160,7 +160,7 @@ config :openagents,
| 160 | 160 |
|
| 161 | 161 |
|
| 162 | 162 |
|
| 163 |
|
|
| 163 |
|
|
| 164 | 164 |
|
| 165 | 165 |
|
| 166 | 166 |
|
@@ -186,12 +186,10 @@ config :openagents,
| 186 | 186 |
|
| 187 | 187 |
|
| 188 | 188 |
|
| 189 |
|
|
| 190 |
|
|
| 191 |
|
|
| 192 |
|
|
| 193 |
|
|
| 194 |
|
|
| 189 |
|
|
| 190 |
|
|
| 191 |
|
|
| 192 |
|
|
| 195 | 193 |
|
| 196 | 194 |
|
| 197 | 195 |
|
@@ -256,6 +254,24 @@ config :openagents,
| 256 | 254 |
|
| 257 | 255 |
|
| 258 | 256 |
|
| 257 |
|
|
| 258 |
|
|
| 259 |
|
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
|
| 264 |
|
|
| 265 |
|
|
| 266 |
|
|
| 267 |
|
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
|
| 273 |
|
|
| 274 |
|
|
| 259 | 275 |
|
| 260 | 276 |
|
| 261 | 277 |
|
lib/openagents/inference/models.ex modified +3 -3
@@ -46,9 +46,9 @@ defmodule OpenAgents.Inference.Models do
| 46 | 46 |
|
| 47 | 47 |
|
| 48 | 48 |
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 | 52 |
|
| 53 | 53 |
|
| 54 | 54 |
|
lib/openagents/inference/pricing.ex modified +5 -6
@@ -2,8 +2,8 @@ defmodule OpenAgents.Inference.Pricing do
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 6 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|
@@ -28,10 +28,9 @@ defmodule OpenAgents.Inference.Pricing do
| 28 | 28 |
|
| 29 | 29 |
|
| 30 | 30 |
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 35 | 34 |
|
| 36 | 35 |
|
| 37 | 36 |
|
lib/openagents_web/live/model_catalog_live.ex modified +2 -2
@@ -20,8 +20,8 @@ defmodule OpenAgentsWeb.ModelCatalogLive do
| 20 | 20 |
|
| 21 | 21 |
|
| 22 | 22 |
|
| 23 |
|
|
| 24 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 | 25 |
|
| 26 | 26 |
|
| 27 | 27 |
|
test/openagents/inference/models_test.exs modified +11 -3
@@ -48,7 +48,7 @@ defmodule OpenAgents.Inference.ModelsTest do
| 48 | 48 |
|
| 49 | 49 |
|
| 50 | 50 |
|
| 51 |
|
|
| 51 |
|
|
| 52 | 52 |
|
| 53 | 53 |
|
| 54 | 54 |
|
@@ -171,10 +171,18 @@ defmodule OpenAgents.Inference.ModelsTest do
| 171 | 171 |
|
| 172 | 172 |
|
| 173 | 173 |
|
| 174 |
|
|
| 174 |
|
|
| 175 |
|
|
| 176 |
|
|
| 177 |
|
|
| 178 |
|
|
| 179 |
|
|
| 180 |
|
|
| 181 |
|
|
| 182 |
|
|
| 183 |
|
|
| 175 | 184 |
|
| 176 | 185 |
|
| 177 |
|
|
| 178 | 186 |
|
| 179 | 187 |
|
| 180 | 188 |
|
test/openagents/inference/pricing_test.exs modified +8 -12
@@ -136,23 +136,19 @@ defmodule OpenAgents.Inference.PricingTest do
| 136 | 136 |
|
| 137 | 137 |
|
| 138 | 138 |
|
| 139 |
|
|
| 140 |
|
|
| 141 |
|
|
| 142 |
|
|
| 139 |
|
|
| 143 | 140 |
|
| 144 | 141 |
|
| 145 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 146 | 146 |
|
| 147 |
|
|
| 148 |
|
|
| 147 | 149 |
|
| 148 | 150 |
|
| 149 |
|
|
| 150 |
|
|
| 151 |
|
|
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 151 |
|
|
| 156 | 152 |
|
| 157 | 153 |
|
| 158 | 154 |
|
test/openagents_web/controllers/inference_proxy_controller_test.exs modified +5 -1
@@ -257,7 +257,11 @@ defmodule OpenAgentsWeb.InferenceProxyControllerTest do
| 257 | 257 |
|
| 258 | 258 |
|
| 259 | 259 |
|
| 260 |
|
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
|
| 264 |
|
|
| 261 | 265 |
|
| 262 | 266 |
|
| 263 | 267 |
|
test/openagents_web/live/model_catalog_live_test.exs modified +9 -7
@@ -4,10 +4,9 @@ defmodule OpenAgentsWeb.ModelCatalogLiveTest do
| 4 | 4 |
|
| 5 | 5 |
|
| 6 | 6 |
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 11 | 10 |
|
| 12 | 11 |
|
| 13 | 12 |
|
@@ -64,10 +63,13 @@ defmodule OpenAgentsWeb.ModelCatalogLiveTest do
| 64 | 63 |
|
| 65 | 64 |
|
| 66 | 65 |
|
| 67 |
|
|
| 68 |
|
|
| 66 |
|
|
| 67 |
|
|
| 69 | 68 |
|
| 70 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 71 | 73 |
|
| 72 | 74 |
|
| 73 | 75 |
|