mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 02:18:38 +00:00
17 lines
573 B
JSON
17 lines
573 B
JSON
{
|
|
"posts": [
|
|
{
|
|
"title": "LiteLLM: Unified Interface for 100+ LLMs",
|
|
"description": "Learn how LiteLLM provides a single interface to call any LLM with OpenAI-compatible syntax.",
|
|
"date": "2026-02-01",
|
|
"url": "https://www.litellm.ai/blog/litellm"
|
|
},
|
|
{
|
|
"title": "Using the LiteLLM Proxy for Load Balancing",
|
|
"description": "Set up the LiteLLM proxy server to load balance across multiple LLM providers and deployments.",
|
|
"date": "2026-01-15",
|
|
"url": "https://www.litellm.ai/blog/proxy-load-balancing"
|
|
}
|
|
]
|
|
}
|