Genesis

Use Genesis to invoke models, inspect requests, and query account usage and billing.

Choose a task

Task

Page

Description

Model inference

Model inference

Start by listing callable models to obtain an inference model identifier, then select an API supported by the model.

Usage and monitoring

Usage and monitoring

Query Genesis model catalogs, usage, request logs, and notifications. Except for public model endpoints, the examples authenticate with a personal access token. These queries do not require a workspace ID.

Accounts and billing

Accounts and billing

Query Billing accounts, Credit balances, rated usage, bills, and payment records.

Service URLs and authentication

API type

Base URL

Authentication used in examples

Model inference

https://token.moi.matrixorigin.cn/v1

Authorization: Bearer $GENESIS_ACCESS_TOKEN

Usage and monitoring

https://billing.moi.matrixorigin.cn/api/v1/taas

X-API-Key: $MOI_PERSONAL_ACCESS_TOKEN

Accounts and billing

https://billing.moi.matrixorigin.cn/api/v1/billing

X-API-Key: $MOI_PERSONAL_ACCESS_TOKEN

Model inference uses a credential with Genesis access. Management query examples use a personal access token. When using X-API-Key, send it as the only credential, without an Authorization header or Cookie.

Last updated on