Launch preview Service availability and integrations are being verified. View readiness

Models API

List available Redline model aliases and choose a model allowed by your engagement key.

GET /v1/models

Use the model list to check the aliases available to your API key. Model access can be restricted by an engagement allow-list.

curl
curl --fail-with-body "https://api.redline-api.duckdns.org/v1/models" \
  -H "Authorization: Bearer $REDLINE_API_KEY"

Use the public model alias

  • redline-core routes to abliterated-model. For everyday analysis, evidence triage and report drafting.
  • redline-large routes to abliterated-model-large-v2. For deeper code review and more involved reasoning tasks.

Use these aliases in your client configuration. Do not pass an upstream name or assume an unlisted model is supported. Compare the models and see current prices.

Check before changing a workflow

Evaluate model output against your own evidence. A model update can change reasoning, formatting and tool behaviour. Maintained integrations will publish their tested date and tool version; an unverified date is not a compatibility claim.