root.generated.openapi_client.models.model

Root Signals API

Root Signals JSON API provides a way to access Root Signals using provisioned API token

The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

Classes

Model

Model

Module Contents

class root.generated.openapi_client.models.model.Model

Bases: pydantic.BaseModel

Model

default_key: typing_extensions.Annotated[str, Field(strict=True, max_length=4000)] | None = None
id: pydantic.StrictStr
max_output_token_count: typing_extensions.Annotated[int, Field(strict=True, ge=800)] | None = None
max_token_count: typing_extensions.Annotated[int, Field(le=2147483647, strict=True, ge=800)] | None = None
model: pydantic.StrictStr | None = None
model_config
name: typing_extensions.Annotated[str, Field(strict=True, max_length=100)]
url: typing_extensions.Annotated[str, Field(strict=True, max_length=1024)] | None = None