Create message (Anthropic-compatible)
create_anthropic_messageSend a request to Anthropic's Claude models in native format to generate responses with vision and streaming capabilities.
Instructions
Create message (Anthropic-compatible) Creates a model response using Anthropic's native request format. Supports Claude models with vision and streaming. Authentication: Use x-api-key header or Authorization: Bearer header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model to use (e.g., claude-sonnet-4-6) | |
| tools | No | Tool definitions available to the model. | |
| top_k | No | ||
| top_p | No | ||
| system | No | System prompt | |
| messages | Yes | Messages in the conversation | |
| metadata | No | Request metadata echoed into downstream logs or traces when supported. | |
| thinking | No | Thinking configuration for compatible Anthropic-style models. | |
| max_tokens | Yes | Maximum number of tokens to generate | |
| temperature | No | ||
| tool_choice | No | Tool choice policy or explicit tool selection. | |
| service_tier | No | Service tier hint for compatible providers. | |
| stop_sequences | No | ||
| stream_options | No | Streaming options such as usage chunk inclusion. |