Expand description
App resource types and methods mirroring the JS SDK’s resources/app.ts.
Structs§
- App
- Top-level application information.
- AppLog
Params - Parameters for
POST /log. - AppPath
- Filesystem paths used by the application.
- AppProviders
Response - Response from
GET /config/providers. - AppResource
- Provides access to the App-related API endpoints.
- AppTime
- Timing metadata.
- Cost
Cache - Cache cost information.
- Cost
Experimental Over200K - Experimental cost tier for over 200K context.
- Mode
- An operational mode with associated tools and optional model override.
- Mode
Model - Model reference used inside a
Mode. - Model
- A language-model definition exposed by a provider.
- Model
Api - API endpoint information for a model.
- Model
Capabilities - Model capabilities.
- Model
Cost - Per-token cost information for a
Model. - Model
Limit - Token limits for a
Model. - Model
Media Capabilities - Media capabilities (input or output).
- Provider
- An LLM provider definition.
Enums§
- LogLevel
- Log level for
AppLogParams. - Model
Status - Model lifecycle status.
- Provider
Source - Provider source type.
Type Aliases§
- AppInit
Response - Type alias for
POST /app/initresponse. - AppLog
Response - Type alias for
POST /logresponse. - AppModes
Response - Type alias for
GET /moderesponse.