mkaaad
1b02abd487
Honor explicit model URL overrides for NVIDIA endpoints ( #18152 )
...
Some NVIDIA hosted models (e.g. meta/llama-3.2-11b-vision-instruct )
expose a full
endpoint URL per model that does not follow the normal base_url +
url_suffix
assembly. Previously the Go driver always called {base}/chat/completions
, so chat
requests for these vision models hit the wrong endpoint and failed.
This PR adds an optional per-model url field in conf/models/nvidia.json
. When
present, every NVIDIA driver request (chat, streaming chat, embedding,
rerank, model
listing) uses it directly; otherwise the standard assembly is unchanged.
2026-08-12 14:17:13 +08:00
..
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-05-21 11:52:56 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-07-09 10:19:10 +08:00
2026-07-22 19:14:51 +08:00
2026-08-05 15:22:57 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-06-01 11:22:43 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-07-09 10:19:10 +08:00
2026-07-09 10:19:10 +08:00
2026-08-05 15:22:57 +08:00
2026-05-25 16:04:17 +08:00
2026-05-26 20:40:40 +08:00
2026-08-05 15:22:57 +08:00
2026-08-06 14:45:10 +08:00
2026-07-09 10:19:10 +08:00
2026-08-05 15:22:57 +08:00
2026-08-11 19:12:42 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-12 14:17:13 +08:00
2026-07-09 10:19:10 +08:00
2026-07-23 13:39:57 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-08-05 15:22:57 +08:00
2026-05-25 16:04:17 +08:00
2026-06-16 19:34:21 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-07-15 20:59:23 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-08-05 15:22:57 +08:00
2026-08-06 14:45:10 +08:00
2026-07-09 10:19:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-06 14:45:10 +08:00
2026-08-05 15:22:57 +08:00
2026-08-05 15:22:57 +08:00
2026-07-09 10:19:10 +08:00
2026-08-05 15:22:57 +08:00
2026-08-06 14:45:10 +08:00