-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathus.amazon.nova-2-lite-v1:0.yaml
More file actions
69 lines (69 loc) · 1.93 KB
/
Copy pathus.amazon.nova-2-lite-v1:0.yaml
File metadata and controls
69 lines (69 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
costs:
- cache_read_input_token_cost: 7.5e-8
input_cost_per_token: 3.3e-7
output_cost_per_token: 0.00000275
region: us-west-2
- cache_read_input_token_cost: 9.75e-8
input_cost_per_token: 4.29e-7
output_cost_per_token: 0.000003531
region: us-west-1
- cache_read_input_token_cost: 7.5e-8
input_cost_per_token: 3.3e-7
output_cost_per_token: 0.00000275
region: us-east-2
- cache_read_input_token_cost: 7.5e-8
input_cost_per_token: 3.3e-7
output_cost_per_token: 0.00000275
region: us-east-1
- cache_read_input_token_cost: 8.5e-8
input_cost_per_token: 3.74e-7
output_cost_per_token: 0.000003091
region: ca-west-1
- cache_read_input_token_cost: 8e-8
input_cost_per_token: 3.52e-7
output_cost_per_token: 0.00000297
region: ca-central-1
features:
- function_calling
- prompt_caching
# - structured_output is not supported
- system_messages
- tool_choice
limits:
context_window: 1000000
max_input_tokens: 1000000
max_output_tokens: 65536
max_tokens: 65536
modalities:
input:
- text
- image
- video
- pdf
- doc
output:
- text
mode: chat
model: us.amazon.nova-2-lite-v1:0
params:
- defaultValue: 65536
key: max_tokens
maxValue: 65536
minValue: 1
- defaultValue: medium
key: reasoning_effort
supportedValues:
- low
- medium
- high
type: string
provisioning: serverless
sources:
- https://docs.aws.amazon.com/nova/latest/nova2-userguide/what-is-nova-2.html
- https://docs.aws.amazon.com/nova/latest/nova2-userguide/using-multimodal-models.html
- https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html
- https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-amazon-nova-2-lite.html
status: active
supportedModes:
- chat
thinking: true