Available models

Use GET /models to list models available to the current Genesis credential. The list is credential-scoped, so do not reuse a model ID from another environment or account without checking it again.

curl "$GENESIS_BASE_URL/models" \
  -H "Authorization: Bearer $GENESIS_ACCESS_TOKEN" \
  -H "Accept: application/json"

Select a value from data[].id, then confirm that the model supports the target interface and capability before sending a production request. Model metadata is not a substitute for a minimal validation request when you use image input, tools, streaming, or other provider-dependent capabilities.

Last updated on