For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rates

Gets the default model rate.

get

Retrieves the default model rate details.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Responses
200

OK

objectIdentifierstring · uuidRequired
descriptionstring · nullableOptional
exchangeRatenumber · doubleRequired
get/AdminRate
200

OK

Gets a model rate by its object identifier.

get

Retrieves a model rate by its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the model rate.

Responses
200

OK

objectIdentifierstring · uuidRequired
descriptionstring · nullableOptional
exchangeRatenumber · doubleRequired
get/AdminRate/{objectIdentifier}

Last updated