7 MODEL FAMILIES ยท ONE API

Career-native AI, OpenAI-compatible from the first request

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.

quickstart.sh
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

7 model families

One key, scoped permissions โ€” grant only the families you actually call.

๐Ÿง  CareerLM
Text generation, chat completions โ€” OpenAI-compatible.
๐ŸŽ™๏ธ CareerVoice
Text-to-speech synthesis for career content.
๐ŸŽฌ CareerVision
Video/photo career-intelligence generation.
๐Ÿ” CareerEmbed
Text embeddings for semantic search/matching.
๐Ÿค– CareerAgent
Agentic, multi-step career task execution.
๐Ÿ† CareerScore
Structured scoring for CVs and career content.
๐ŸŒ CareerWebAPI
Web-grounded career research and lookups.