Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,7 @@ components:
allowed_models:
- 'anthropic/*'
- 'openai/gpt-4o'
cost_quality_tradeoff: 7
cost_quality_tradeoff: 9
enabled: true
id: 'auto-beta-router'
properties:
Expand All @@ -2837,8 +2837,8 @@ components:
type: 'string'
type: 'array'
cost_quality_tradeoff:
description: 'Balances routing between cost and quality on a 0-10 scale. The auto-beta-router ranks models for the classified task type by community spend share, then filters candidates by their average cost per generation for that task. Higher values favor cheaper models: 10 keeps only models around the cheapest 10th percentile, while 0 permits models up to the 90th percentile for cost. Defaults to 7.'
example: 7
description: 'Balances routing between cost and quality on a 0-10 scale. The auto-beta-router ranks models for the classified task type by community spend share, then filters candidates by their average cost per generation for that task. Higher values favor cheaper models: 10 keeps only models around the cheapest 10th percentile, while 0 permits models up to the 90th percentile for cost. Defaults to 9.'
example: 9
maximum: 10
minimum: 0
type: 'integer'
Expand Down Expand Up @@ -7137,6 +7137,7 @@ components:
data:
created_at: '2025-08-24T10:30:00Z'
created_by: 'user_abc123'
default_guardrail_id: '595d5849-7e86-51fd-a7c0-705c34e4afff'
default_image_model: 'openai/dall-e-3'
default_provider_sort: 'price'
default_text_model: 'openai/gpt-4o'
Expand Down Expand Up @@ -9342,6 +9343,7 @@ components:
data:
created_at: '2025-08-24T10:30:00Z'
created_by: 'user_abc123'
default_guardrail_id: '595d5849-7e86-51fd-a7c0-705c34e4afff'
default_image_model: 'openai/dall-e-3'
default_provider_sort: 'price'
default_text_model: 'openai/gpt-4o'
Expand Down Expand Up @@ -11430,6 +11432,7 @@ components:
data:
- created_at: '2025-08-24T10:30:00Z'
created_by: 'user_abc123'
default_guardrail_id: '595d5849-7e86-51fd-a7c0-705c34e4afff'
default_image_model: 'openai/dall-e-3'
default_provider_sort: 'price'
default_text_model: 'openai/gpt-4o'
Expand Down Expand Up @@ -23023,6 +23026,7 @@ components:
data:
created_at: '2025-08-24T10:30:00Z'
created_by: 'user_abc123'
default_guardrail_id: '595d5849-7e86-51fd-a7c0-705c34e4afff'
default_image_model: 'openai/dall-e-3'
default_provider_sort: 'price'
default_text_model: 'openai/gpt-4o'
Expand Down Expand Up @@ -23913,6 +23917,7 @@ components:
example:
created_at: '2025-08-24T10:30:00Z'
created_by: 'user_abc123'
default_guardrail_id: '595d5849-7e86-51fd-a7c0-705c34e4afff'
default_image_model: 'openai/dall-e-3'
default_provider_sort: 'price'
default_text_model: 'openai/gpt-4o'
Expand All @@ -23937,6 +23942,11 @@ components:
type:
- 'string'
- 'null'
default_guardrail_id:
description: 'Deterministic ID of the workspace''s implicitly-created default guardrail'
example: '595d5849-7e86-51fd-a7c0-705c34e4afff'
format: 'uuid'
type: 'string'
default_image_model:
description: 'Default image model for this workspace'
example: 'openai/dall-e-3'
Expand Down Expand Up @@ -24007,6 +24017,7 @@ components:
- 'null'
required:
- 'id'
- 'default_guardrail_id'
- 'name'
- 'slug'
- 'description'
Expand Down Expand Up @@ -34751,6 +34762,7 @@ paths:
data:
- created_at: '2025-08-24T10:30:00Z'
created_by: 'user_abc123'
default_guardrail_id: '595d5849-7e86-51fd-a7c0-705c34e4afff'
default_image_model: 'openai/dall-e-3'
default_provider_sort: 'price'
default_text_model: 'openai/gpt-4o'
Expand Down Expand Up @@ -34827,6 +34839,7 @@ paths:
data:
created_at: '2025-08-24T10:30:00Z'
created_by: 'user_abc123'
default_guardrail_id: '595d5849-7e86-51fd-a7c0-705c34e4afff'
default_image_model: 'openai/dall-e-3'
default_provider_sort: 'price'
default_text_model: 'openai/gpt-4o'
Expand Down Expand Up @@ -34985,6 +34998,7 @@ paths:
data:
created_at: '2025-08-24T10:30:00Z'
created_by: 'user_abc123'
default_guardrail_id: '595d5849-7e86-51fd-a7c0-705c34e4afff'
default_image_model: 'openai/dall-e-3'
default_provider_sort: 'price'
default_text_model: 'openai/gpt-4o'
Expand Down Expand Up @@ -35065,6 +35079,7 @@ paths:
data:
created_at: '2025-08-24T10:30:00Z'
created_by: 'user_abc123'
default_guardrail_id: '595d5849-7e86-51fd-a7c0-705c34e4afff'
default_image_model: 'openai/dall-e-3'
default_provider_sort: 'price'
default_text_model: 'openai/gpt-4o'
Expand Down
Loading