Skip to content
Back to Together AI docs

Card snapshot

docs.together.ai · 2026-08-06 12:48:48 UTC · f0930bfed75d73a700b96d09ad67dd6ca2b94b03c195971b5af0ac91987dcc41

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": "Together AI docs",
  "description": "Documentation for the Together AI platform for inference and training.",
  "url": "https://docs.together.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.together.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.together.ai/",
    "organization": "Together AI docs"
  },
  "documentationUrl": "https://docs.together.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "together",
      "name": "Together",
      "description": "Use when building AI applications that need inference on open-source models, deploying fine-tuned models, running batch jobs, or building agentic workflows with function calling. Agents should reach for this skill when users ask to call LLMs, generate images/video, transcribe audio, build RAG systems, or manage model deployments.",
      "tags": [],
      "url": "https://docs.together.ai/.well-known/agent-skills/together/skill.md"
    }
  ]
}