You're looking at a specific version of this model. Jump to the model overview.
anthropic /claude-3.5-sonnet:b7bb89fa
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
prompt |
string
|
Input prompt
|
|
image |
string
|
Optional input image. Images are priced as (width px * height px)/750 input tokens
|
|
system_prompt |
string
|
|
System prompt
|
max_tokens |
integer
|
8192
Min: 1 Max: 8192 |
Maximum number of output tokens
|
max_image_resolution |
number
|
0.5
Min: 0.001 Max: 2 |
Maximum image resolution in megapixels. Scales down image before sending it to Claude, to save time and money.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'type': 'string'},
'title': 'Output',
'type': 'array',
'x-cog-array-display': 'concatenate',
'x-cog-array-type': 'iterator'}