Skip to content

Files

Latest commit

 

History

History
217 lines (140 loc) · 11.3 KB

api.md

File metadata and controls

217 lines (140 loc) · 11.3 KB

Health

Types:

from codex.types import HealthCheckResponse

Methods:

Organizations

Types:

from codex.types import OrganizationSchemaPublic

Methods:

Billing

Types:

from codex.types.organizations import (
    OrganizationBillingInvoicesSchema,
    OrganizationBillingUsageSchema,
)

Methods:

CardDetails

Types:

from codex.types.organizations.billing import OrganizationBillingCardDetails

Methods:

SetupIntent

Types:

from codex.types.organizations.billing import OrganizationBillingSetupIntent

Methods:

PlanDetails

Types:

from codex.types.organizations.billing import OrganizationBillingPlanDetails

Methods:

Users

Types:

from codex.types import User

Methods:

Myself

Types:

from codex.types.users import UserSchema, UserSchemaPublic

Methods:

APIKey

Methods:

Organizations

Types:

from codex.types.users.myself import UserOrganizationsSchema

Methods:

Verification

Types:

from codex.types.users import VerificationResendResponse

Methods:

Projects

Types:

from codex.types import (
    ProjectReturnSchema,
    ProjectRetrieveResponse,
    ProjectListResponse,
    ProjectExportResponse,
)

Methods:

AccessKeys

Types:

from codex.types.projects import (
    AccessKeySchema,
    AccessKeyListResponse,
    AccessKeyRetrieveProjectIDResponse,
)

Methods:

Entries

Types:

from codex.types.projects import Entry, EntryQueryResponse

Methods:

Clusters

Types:

from codex.types.projects import ClusterListResponse, ClusterListVariantsResponse

Methods:

Tlm

Types:

from codex.types import TlmPromptResponse, TlmScoreResponse

Methods: