# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Gateway
spec:
    description: A Blazing Fast AI Gateway. Route to 100+ LLMs with 1 fast & friendly API.
    tags:
        - API
    readme: |-
        Portkey's AI Gateway is the interface between your app and hosted LLMs. It streamlines API requests to OpenAI, Anthropic, Mistral, LLama2, Anyscale, Google Gemini and more with a unified API.

        ✅  Blazing fast (9.9x faster) with a tiny footprint (~45kb installed)
        ✅  Load balance across multiple models, providers, and keys
        ✅  Fallbacks make sure your app stays resilient
        ✅  Automatic Retries with exponential fallbacks come by default
        ✅  Plug-in middleware as needed
        ✅  Battle tested over 100B tokens
    services:
        - name: Gateway
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 758402636
                branch: main
