Documentation Index
Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
This feature is available on all Portkey plans.
🚀 Introducing Agent Gateway — governance, observability, and control for your AI agents.  Register for live webinar ↗
You can use Portkey’s AI gateway to also canary test new models or prompts in different environments.
Documentation Index
Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
{
"strategy": {
"mode": "loadbalance"
},
"targets": [
{
"provider":"@openai-prod",
"weight": 0.95
},
{
"provider":"@anyscale-prod",
"weight": 0.05,
"override_params": {
"model": "meta-llama/Llama-2-70b-chat-hf"
}
]
}
Was this page helpful?