Skip to content

Conversation

@jerilynzheng
Copy link

Summary

  • Add documentation for configuring Vercel AI Gateway as a custom endpoint

Changes

  • Add ai-gateway.mdx documentation page with:
    • Configuration example
    • Environment variable setup
    • Supported features table (model fetching, streaming, vision, reasoning, tool calling)
    • Notes about reasoning parameter format

🤖 Generated with Claude Code

- Add configuration example for ai-gateway provider
- Document supported features (model fetching, streaming, vision, reasoning, tool calling)
- Add environment variable setup instructions

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 22, 2026

@jerilynzheng is attempting to deploy a commit to the LibreChat's projects Team on Vercel.

A member of the Team first needs to authorize it.

@danny-avila
Copy link
Collaborator

This is already a known endpoint but recognized by the name "Vercel" and not "ai-gateway", please correct it:

    - name: "Vercel"
      apiKey: "${AI_GATEWAY_API_KEY}"
      baseURL: "https://ai-gateway.vercel.sh/v1"
      titleConvo: true
      models:
        default:
          - "openai/gpt-5-mini"
          - "google/gemini-2.5-flash"
          - "deepseek/deepseek-v3.1"
          - "anthropic/claude-3-haiku"
        fetch: true
      titleModel: "openai/gpt-oss-20b"

@jerilynzheng
Copy link
Author

@danny-avila updated icon and name - can this be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants