
Anthropic
专注于AI安全和伦理的领先公司
Claude 3.5 Haiku 是 Anthropic 最快、最紧凑的模型,能提供近乎即时的响应。它可以快速回答简单的查询和请求,使客户能够构建模拟人类互动的无缝AI体验。
{ "modelId": "anthropic.claude-3-5-haiku-20241022-v1:0", "contentType": "application/json", "accept": "application/json", "body": { "anthropic_version": "bedrock-2023-05-31", "max_tokens": 200, "top_k": 250, "stopSequences": [], "temperature": 1, "top_p": 0.999, "messages": [ { "role": "user", "content": [ { "type": "text", "text": "hello world" } ] } ] } }