Get started
- Create a key on the API Keys page and copy the one-time secret.
- Send a Chat Completions request to verify the key — see the example below.
- Use Docs and API Reference for models, streaming, diagnostics, and image-generation details.
curl https://platform.continualmi.com/api/mgpt/chat/completions \
-H "Authorization: Bearer $CONTINUAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-pro",
"messages": [
{ "role": "user", "content": "Say hello in one sentence." }
]
}'
Explore
- AccessAPI keysCreate scoped bearer keys for the MGPT Platform API and revoke ones you no longer need.Manage keys→
- ModelsModelsSee the current provider model ids and provider costs accepted by the MGPT Platform API.View models→
- MonitoringRequest logsPer-request status, duration, model, and error detail for traffic on your keys.View logs→
- TrainingCollectionsTeam onlyInternal Continual MI training infrastructure for dataset curation, evaluation, and model run monitoring.View status→
- TrainingRunsTeam onlyInternal Continual MI training infrastructure for dataset curation, evaluation, and model run monitoring.View status→
- TrainingCheckpointsTeam onlyInternal Continual MI training infrastructure for dataset curation, evaluation, and model run monitoring.View status→
- ConceptsDocsHow MGPT exposes efficient model compute, provider routing, masking experiments, and diagnostics.Read the docs→
- ReferenceAPI referenceEndpoint-level contract: request bodies, response shape, errors, and scopes.Open reference→