amicsdocs
Reference

Endpoints & base URLs

Base URLs, authentication, and the core endpoints used by the SDKs.

Base URLs

SurfaceBase URL
Hosted inferencehttps://ingest.amics.ai
Control planehttps://api.amics.ai

OpenAI-compatible clients should use https://ingest.amics.ai/v1 because those clients append /chat/completions.

Endpoints

EndpointPurposeHost
POST /v1/chat/completionsHosted model inferenceingest.amics.ai
GET /v1/platform/model-apisList hosted models enabled for the workspaceapi.amics.ai
POST /v1/platform/modelsCreate a model deployment projectapi.amics.ai
POST /v1/platform/models/{model_id}/deploymentsCreate a deploymentapi.amics.ai
POST /v1/model/{model_id}/predictPredict against your own modelingest.amics.ai
POST /v1/platform/training/capacity/quoteQuote computeapi.amics.ai
POST /v1/platform/training/projects/{project_id}/workstationsLaunch computeapi.amics.ai
POST /v1/platform/training/jobsRun a training/fine-tuning jobapi.amics.ai

Authentication

Use your API key as a bearer token:

Authorization: Bearer amics_sk_...

On this page