Call LongCat-2.0 through RouterPlex's OpenAI-compatible API — vendor list price, 0% markup, billed per token from a prepaid balance. No subscription required.
Current official limited-time LongCat API rate; the published regular rate is $0.75 input / $2.95 output per 1M tokens.
curl https://api.routerplex.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTERPLEX_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "LongCat-2.0",
"messages": [{"role": "user", "content": "Hello!"}]
}'Works with any OpenAI SDK or tool — just change the base URL. See the quickstart.
Through RouterPlex, LongCat 2.0 costs $0.30 per 1M input tokens and $1.20 per 1M output tokens — the vendor list price with 0% markup, billed per token from a prepaid balance you top up from $5. Current official limited-time LongCat API rate; the published regular rate is $0.75 input / $2.95 output per 1M tokens.
LongCat 2.0 supports a 1M token context window on RouterPlex.
Yes. RouterPlex serves LongCat 2.0 through an OpenAI-compatible endpoint at https://api.routerplex.com/v1 — point any OpenAI SDK or tool at that base URL with your RouterPlex key and set model to "LongCat-2.0".