Skip to main content
GET
/
v1
/
tenants
/
me
/
provider
Read tenant LLM provider configuration
curl --request GET \
  --url https://api.usezombie.com/v1/tenants/me/provider \
  --header 'Authorization: Bearer <token>'
{
  "mode": "platform",
  "provider": "<string>",
  "model": "<string>",
  "context_cap_tokens": 123,
  "credential_ref": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Response

Provider config

mode
enum<string>
required
Available options:
platform,
byok
provider
string
required
model
string
required
context_cap_tokens
integer<int64>
required
credential_ref
string | null
required