Skip to content
Back to Cerebras Inference

Card snapshot

cerebras-inference.main-kill-isr.mintlify.me · 2026-07-20 18:48:33 UTC · 3525f5597875f4d863b73eea5d7928c5cc3872d950a96638714bcc40169449d5

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Cerebras Inference",
  "url": "https://inference-docs.cerebras.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://inference-docs.cerebras.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://inference-docs.cerebras.ai/",
    "organization": "Cerebras Inference"
  },
  "documentationUrl": "https://inference-docs.cerebras.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "metrics",
      "name": "cerebras-metrics",
      "description": "Set up Prometheus scraping and Grafana dashboards for Cerebras dedicated inference endpoints. Use when configuring observability for dedicated endpoints, building monitoring dashboards, or integrating with Prometheus/Grafana Cloud/Datadog.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/metrics/skill.md"
    },
    {
      "id": "models",
      "name": "cerebras-models",
      "description": "Discover models available on Cerebras Inference and migrate workloads between them. Use when listing available models, checking rate limits per tier, or converting an existing workload to a different model.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/models/skill.md"
    },
    {
      "id": "openai-compatibility",
      "name": "cerebras-openai-compatibility",
      "description": "Use the OpenAI SDK or OpenAI-compatible clients with Cerebras by swapping the base URL. Use when migrating from OpenAI, or using Cerebras with OpenAI-compatible tooling.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/openai-compatibility/skill.md"
    },
    {
      "id": "output-control",
      "name": "cerebras-output-control",
      "description": "Control Cerebras Chat Completions output using stop sequences, frequency/presence penalties, temperature, and sampling parameters. Use when filtering phrases, tuning determinism, or adjusting response creativity.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/output-control/skill.md"
    },
    {
      "id": "payload-optimization",
      "name": "cerebras-payload-optimization",
      "description": "Reduce TTFT on the Cerebras API by compressing request payloads with gzip or msgpack. Use when benchmarking compression strategies, measuring prompt size in tokens, or optimizing large chat payloads.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/payload-optimization/skill.md"
    },
    {
      "id": "prompt-caching",
      "name": "cerebras-prompt-caching",
      "description": "Measure and optimize Cerebras automatic prompt caching. Use when benchmarking cache hit rate, understanding prompt_cache_key scoping, or analyzing TTFT reduction from warm caches.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/prompt-caching/skill.md"
    },
    {
      "id": "rate-limits",
      "name": "cerebras-rate-limits",
      "description": "Use Cerebras rate limit response headers to maximize throughput and avoid 429 errors. Use when building clients that resume as soon as limits reset, or debugging unexpected rate limiting behavior.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/rate-limits/skill.md"
    },
    {
      "id": "reasoning",
      "name": "cerebras-reasoning",
      "description": "Configure and benchmark reasoning on Cerebras models (gpt-oss-120b, zai-glm-4.7). Use when testing reasoning formats, measuring performance across effort levels, or debugging multi-turn reasoning retention.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/reasoning/skill.md"
    },
    {
      "id": "structured-outputs",
      "name": "cerebras-structured-outputs",
      "description": "Enforce JSON schema compliance on Cerebras model responses using strict mode. Use when debugging schema validation errors, checking strict=true compatibility, or migrating from JSON mode to structured outputs.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/structured-outputs/skill.md"
    },
    {
      "id": "tool-use",
      "name": "cerebras-tool-use",
      "description": "Implement tool calling with Cerebras models, including parallel tool calls and end-to-end latency measurement. Use when building agentic workflows, benchmarking parallel vs. sequential tool calls, or debugging tool call schemas.",
      "tags": [],
      "url": "https://inference-docs.cerebras.ai/.well-known/agent-skills/tool-use/skill.md"
    }
  ]
}