Griptape/models
@webframp/griptape/modelsv2026.08.29.1
01README
Griptape Cloud Models — model configurations and provider auth configs
02Release Notes
2026.08.29.1
Added: Initial code-generated release of @webframp/griptape/models with 10 methods covering the Griptape Cloud models API surface.
03Models
@webframp/griptape/modelsv2026.08.29.1griptape/models.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey? | string | Griptape Cloud API key; overrides the GT_CLOUD_API_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| baseUrl? | string | Griptape Cloud API base URL; overrides the GT_CLOUD_BASE_URL environment variable and the built-in default. |
fn list_models(page?: number, page_size?: number, model_type?: string, default?: boolean)
list operation
| Argument | Type | Description |
|---|---|---|
| page? | number | |
| page_size? | number | |
| model_type? | string | |
| default? | boolean |
fn create_model(active?: boolean, auth_config_id: string, description?: string, kwargs?: unknown, model_name: string, model_type: unknown)
create operation
| Argument | Type | Description |
|---|---|---|
| active? | boolean | |
| auth_config_id | string | |
| description? | string | |
| kwargs? | unknown | |
| model_name | string | |
| model_type | unknown |
fn list_auth_configs(page?: number, page_size?: number)
list operation
| Argument | Type | Description |
|---|---|---|
| page? | number | |
| page_size? | number |
fn create_auth_config(api_key_secret_id: string, base_url: string, kwargs?: unknown, name: string)
create operation
| Argument | Type | Description |
|---|---|---|
| api_key_secret_id | string | |
| base_url | string | |
| kwargs? | unknown | |
| name | string |
fn get_auth_config(auth_config_id: string)
get operation
| Argument | Type | Description |
|---|---|---|
| auth_config_id | string |
fn update_auth_config(auth_config_id: string, api_key_secret_id?: string, base_url?: string, kwargs?: unknown, name?: string)
update operation
| Argument | Type | Description |
|---|---|---|
| auth_config_id | string | |
| api_key_secret_id? | string | |
| base_url? | string | |
| kwargs? | unknown | |
| name? | string |
fn delete_auth_config(auth_config_id: string)
delete operation
| Argument | Type | Description |
|---|---|---|
| auth_config_id | string |
fn get_model(model_config_id: string)
get operation
| Argument | Type | Description |
|---|---|---|
| model_config_id | string |
fn update_model(model_config_id: string, active?: boolean, auth_config_id?: string, description?: string, kwargs?: unknown, model_name?: string, model_type?: unknown)
update operation
| Argument | Type | Description |
|---|---|---|
| model_config_id | string | |
| active? | boolean | |
| auth_config_id? | string | |
| description? | string | |
| kwargs? | unknown | |
| model_name? | string | |
| model_type? | unknown |
fn delete_model(model_config_id: string)
delete operation
| Argument | Type | Description |
|---|---|---|
| model_config_id | string |
Resources
models(infinite)— list operation
model(infinite)— create operation
auth_configs(infinite)— list operation
auth_config(infinite)— create operation
04Stats
A
100 / 100
Downloads
0
Archive size
15.8 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels