Model ID Format
Model IDs use a composite format:{model_name}:{compliance_level}.
FedRAMP levels:
| Level | Description |
|---|---|
fedramp-low | FedRAMP Low baseline |
fedramp-moderate | FedRAMP Moderate baseline |
fedramp-high | FedRAMP High baseline |
| Level | Description |
|---|---|
il2 | DoD Impact Level 2 (non-CUI, publicly releasable) |
il4 | DoD Impact Level 4 (CUI) |
il5 | DoD Impact Level 5 (CUI + national security) |
:il5, :il4, or :il2. A model at FedRAMP High can be requested as :fedramp-high, :fedramp-moderate, or :fedramp-low.
ITAR modifier: Append +itar for ITAR-controlled workloads (e.g., claude-3-7-sonnet:il5+itar).
Bare model names (without a compliance level) are rejected with a 400 error. There is no provider prefix, just model_name:compliance_level.