Claude Chat

Provided by AnthropicLearn More

Leverage Claude's exceptional reasoning and analysis capabilities for complex tasks. Supports system prompts, attachments, and precise parameter tuning. Excels at long-form content, analysis, and coding tasks.

Preview

Inputs

Prompt
text

The message prompt to send to the model.

Model
dropdown

The Claude model to use for chat completion.

optional: truedefault: claude-sonnet-4-6Accepts: claude-sonnet-4-6, claude-sonnet-4-5, claude-sonnet-4-0, claude-3-7-sonnet-latest, claude-3-5-sonnet-latest, claude-3-5-haiku-latest, claude-opus-4-1, claude-opus-4-0, claude-opus-4-5, claude-opus-4-6
System Prompt
text

A system prompt that sets the behavior and context for the conversation.

optional: true
Attachment
generic
Accepts multiple

Attachments to include with the prompt (images, text, etc.).

optional: true
Last Message Only
toggle

If enabled, only the last message will be sent to the model instead of the full conversation history.

optional: true
Temperature
number

Controls randomness in the output. Higher values make the output more random, lower values make it more deterministic.

optional: trueminimum: -1maximum: 1
Seed
seed

A seed value for reproducible outputs. Use the same seed to get consistent results.

optional: truedefault: 9830
Top P
number

Nucleus sampling parameter. Controls diversity via nucleus sampling.

optional: true
Top K
number

Limits the number of highest probability tokens to consider.

optional: true
Max Tokens
number

Maximum number of tokens to generate in the response.

optional: true
Stop Sequences
text
Accepts multiple

Sequences that will cause the model to stop generating further tokens.

optional: true
Presence Penalty
number

Penalizes tokens based on whether they appear in the text so far.

optional: trueminimum: -2maximum: 2
Frequency Penalty
number

Penalizes tokens based on their frequency in the text so far.

optional: trueminimum: -2maximum: 2

Outputs

Last Response
text

The last response from the model.