mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
28 lines
501 B
JSON
28 lines
501 B
JSON
{
|
|
"model": "claude-opus-4-5-20251101",
|
|
"messages": [
|
|
{
|
|
"role": "user",
|
|
"content": [
|
|
{
|
|
"type": "text",
|
|
"text": "Warmup",
|
|
"cache_control": {
|
|
"type": "ephemeral"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"system": [
|
|
{
|
|
"type": "text",
|
|
"text": "You are Claude Code, Anthropic's official CLI for Claude.",
|
|
"cache_control": {
|
|
"type": "ephemeral"
|
|
}
|
|
}
|
|
],
|
|
"max_tokens": 32000,
|
|
"stream": true
|
|
}
|