Reference
Models
GET /v1/models — list accessible models.
GET https://app.vcodex.ai/v1/models
Authorization: Bearer $VCODEX_KEYReturns the models the caller's role can access, with context-window limits per
model. Use the result to populate model pickers or validate a model value
before sending a completion.
curl https://app.vcodex.ai/v1/models \
-H "Authorization: Bearer $VCODEX_KEY"See developers → models for how model access is governed by role.