1. 02 Jan, 2026 1 commit
  2. 18 Dec, 2025 1 commit
  3. 16 Dec, 2025 2 commits
  4. 02 Dec, 2025 1 commit
  5. 25 Nov, 2025 1 commit
  6. 08 Nov, 2025 1 commit
  7. 23 Oct, 2025 1 commit
  8. 13 Oct, 2025 1 commit
  9. 11 Oct, 2025 1 commit
  10. 10 Oct, 2025 1 commit
  11. 08 Oct, 2025 1 commit
  12. 26 Sep, 2025 1 commit
  13. 24 Sep, 2025 1 commit
  14. 22 Aug, 2025 1 commit
  15. 21 Aug, 2025 1 commit
  16. 18 Aug, 2025 1 commit
  17. 15 Aug, 2025 1 commit
  18. 07 Aug, 2025 1 commit
  19. 05 Aug, 2025 1 commit
  20. 14 Jul, 2025 1 commit
  21. 01 Jul, 2025 1 commit
  22. 25 Jun, 2025 1 commit
  23. 12 Jun, 2025 1 commit
  24. 04 Jun, 2025 1 commit
  25. 27 May, 2025 1 commit
  26. 21 May, 2025 1 commit
  27. 19 May, 2025 1 commit
  28. 14 May, 2025 1 commit
    • Graham King's avatar
      feat(dynamo-run): Print HTTP routes on startup (#1010) · ed290f0a
      Graham King authored
      For #1006
      
      Prints this on startup:
      ```
      2025-05-09T13:06:34.529Z DEBUG dynamo_run::input::http: Supported routes: ["GET /metrics", "GET /dynamo/alpha/list-models", "GET /v1/models", "POST /v1/chat/completions", "POST /v1/completions"]
      ```
      ed290f0a
  29. 29 Apr, 2025 1 commit
    • Abrar Shivani's avatar
      feat: Add request template support for default inference parameters (#841) · adad2ecd
      Abrar Shivani authored
      Adds support for specifying default request parameters through a json template file that can be applied across all inference requests. This enables consistent parameter settings while still allowing per-request overrides.
      
      Changes:
      - Add --request-template CLI flag to specify template file path
      - Integrate template support in HTTP, batch and text input modes
      - Template values can be overridden by individual request parameters
      - Example template.json:
      ```
      {
          "model": "Qwen2.5-3B-Instruct",
          "temperature": 0.7,
          "max_completion_tokens": 4096
      }
      ```
      adad2ecd
  30. 25 Feb, 2025 2 commits
  31. 20 Feb, 2025 1 commit
  32. 12 Feb, 2025 1 commit
  33. 10 Feb, 2025 1 commit