Pular para o conteúdo principal
PUT
/
api
/
v1
/
llm
/
models
/
pricing
/
currency
Python (SDK)
from meetkai_mka1 import SDK


with SDK(
    bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
) as sdk:

    res = sdk.llm.models.set_cluster_currency(currency="Nakfa")

    # Handle response
    print(res)
{
  "currency": "<string>"
}

Autorizações

Authorization
string
header
obrigatório

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Corpo

application/json
currency
string
obrigatório
Pattern: ^[A-Za-z]{3}$

Resposta

200 - application/json

OK

currency
string | null
obrigatório