Cs-claude-sonnet-4-6-thinking

Sonnet 4.6 是 Anthropic 迄今为止功能最强大的 Sonnet 系列产品,在编码、代理和专业工作方面均展现出卓越的性能。它擅长迭代开发、复杂代码库导航、端到端项目管理(含内存管理)、文档创建以及在 Web 质量保证和工作流自动化方面的出色计算机应用。

Capabilities
"POST", "endpoint": "/v1/chat/completions", "protocol": "openai-chat", "parameters": {"optional": {"stream": {"type": "boolean", "default": false}, "max_tokens": {"type": "integer", "default": 1000}, "temperature": {"max": 2, "min": 0, "type": "number", "default": 0.7}}, "required": ["model", "messages"]}, "validation": {"timeout_ms": 30000, "status_codes": [200], "response_path": "choices[0].message.content", "must_be_non_empty": true}, "test_request": {"model": "{{model}}", "messages": [{"role": "user", "content": "Say hello in one sentence"}], "max_tokens": 50, "temperature": 0.7}}
Input
text
Output
text
Regions
global
Last verified
2026-08-15T04:50:43.133777640+00:00
Price
0 IFT / 1M tokens
Documentation
-

Example

curl https://api.inferlink.ai/v1/chat/completions \
  -H 'Authorization: Bearer $INFERLINK_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"model":"inferlink/inferlink/cs-claude-sonnet-4-6-thinking","messages":[{"role":"user","content":"Hello"}]}'