Skip to main content

PromptSnapshotConfig

Model provider and settings configuration for prompt deployments.

Overview

The PromptSnapshotConfig type defines the model provider, model name, and runtime settings for a deployed prompt snapshot. All fields are optional because a deployment snapshot may have an incomplete configuration.

PromptSnapshotConfig

Properties:
  • providerName - Provider name in lowercase (e.g., ‘openai’, ‘anthropic’, ‘google’)
  • providerId - Adaline internal provider UUID
  • model - Model name as defined in the provider’s API (e.g., ‘gpt-4o’, ‘claude-3-opus’)
  • settings - Runtime configuration settings passed to the model provider, flexible key-value pairs

Examples

Basic Configuration

Same parameters across different LLM Providers

Using with Deployments