CareerLM, CareerVoice, CareerVision, CareerEmbed, CareerAgent, CareerScore, and CareerWebAPI โ 7 model families behind one API, with permission-scoped keys so you only grant access to what you use.
curl -X POST \ https://api.careerstudiomax.com/api/camp/v1/chat/completions \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "model": "careerlm-base", "messages": [{"role":"user","content":"..."}] }' # real streaming, real errors, per-family permissions
One key, scoped permissions โ grant only the families you actually call.