Skip to main content
POST
/
api
/
v1
/
orgs
/
current
/
plan
Error
A valid request URL is required to generate request examples
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

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

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

Authorizations

X-API-Key
string
header
required

Body

application/json

Change payment plan schema.

tier
enum<string>
required

Enum for payment plans that the user can change to. Developer plans are permanent and enterprise plans will be changed manually.

Available options:
disabled,
developer,
developer_01_2026,
plus,
plus_01_2026,
startup,
startup_v0,
partner,
premier,
free

Response

Successful Response