diff --git a/Models.md b/Models.md index 23c7419..d431984 100644 --- a/Models.md +++ b/Models.md @@ -18,12 +18,14 @@ All models are available via `api.nomyo.ai`. Pass the model ID string directly t | `openai/gpt-oss-20b` | 20B | General | 131k | OpenAI open-weight release | | `LiquidAI/LFM2-24B-A2B` | 24B (2B active) | General | 128k | MoE — efficient inference | | `Qwen/Qwen3.5-27B` | 27B | General | 200k | High quality, large context | -| `google/medgemma-27b-it` | 27B | Specialized | 131k | Medical domain, instruction-tuned | +| `google/medgemma-27b-it`* | 27B | Specialized | 131k | Medical domain, instruction-tuned | | `nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-NVFP4` | 30B (3B active) | General | 200k | MoE — efficient inference | | `Qwen/Qwen3.5-35B-A3B` | 35B (3B active) | General | 200k | MoE — efficient inference | | `moonshotai/Kimi-Linear-48B-A3B-Instruct` | 48B (3B active) | General | 1m | MoE — large capacity, efficient inference | > **MoE** (Mixture of Experts) models show total/active parameter counts. +> +> '*' You must accept first [https://developers.google.com/health-ai-developer-foundations/terms](https://developers.google.com/health-ai-developer-foundations/terms) ## Usage Example