together2api

OpenAI-compatible proxy for chat.together.ai ·

Pool 0

usable
accounts
models
requests

Add account — paste a cURL

  1. Open chat.together.ai and make sure you are logged in.
  2. DevTools → Network → send any short message.
  3. In the Network filter box type clerk, then right-click any request to clerk.chat.together.aiCopy → Copy as cURL (bash).
  4. Paste below. The proxy extracts the durable cookies and handles the rest.

Important: copy the cURL from a clerk.chat.together.ai request, not from chat-completion. The session-restoring cookie is __client, and it is scoped to the clerk. subdomain — a chat-completion request does not carry it (a __refresh_* cookie alone is not enough; verified). __session is ignored on purpose: it expires in 60 seconds, and seeding a dead one makes Together return Internal Server Error. The browser profile mints fresh ones itself.

Accounts

loading…

Use it

Point any OpenAI client at:

Model: glm-5.2 · API key = any value unless TOGETHER2API_KEYS is set. Streaming and non-streaming both work; reasoning arrives wrapped in <think> tags.