TryLLM
One API key, works in any AI app — Cursor, VS Code, Zed or any OpenAI SDK.
Base URL
https://trychat.net/api/public/llm/v1Try it
curl https://trychat.net/api/public/llm/v1/chat/completions \
-H "Authorization: Bearer sk-llm_your_key" \
-H "Content-Type: application/json" \
-d '{
"model": "tryllm-chat",
"messages": [{ "role": "user", "content": "Hello!" }]
}'