Pylip logoPylipResearch

Use Pylip API keys to call one OpenAI-compatible endpoint, route across Pylip model aliases, and track usage from the console. Public endpoints never expose the underlying model providers.

curl https://pylip.com/api/v1/chat/completions \
  -H "Authorization: Bearer $PYLIP_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "pylip-auto",
    "messages": [{ "role": "user", "content": "Draft release notes from this diff" }]
  }'
GET/api/v1/models

List public Pylip model aliases, context windows, and published API prices.

POST/api/v1/chat/completions

OpenAI-compatible chat completions through Pylip LLM routing.

POST/api/search

Grounded search answer with linked sources.

POST/api/people

People profile lookup and summary output.

POST/api/xsearch

Recent X-focused retrieval and synthesis.

POST/api/reddit

Reddit retrieval and synthesis response.