Send your API key as a Bearer token
Every request should include an Authorization header. In production, teams should issue separate keys per project, environment, or workload so usage and spend can be tracked cleanly.
curl
curl https://api.nextmodel.app/v1/models \
-H "Authorization: Bearer $NEXTMODEL_API_KEY"