Class LlmGetConfigParams

  • All Implemented Interfaces:
    dev.case.api.core.Params

    
    public final class LlmGetConfigParams
     implements Params
                        

    Retrieves the AI Gateway configuration including all available language models and their specifications. This endpoint returns model information compatible with the Vercel AI SDK Gateway format, making it easy to integrate with existing AI applications.

    Use this endpoint to:

    • Discover available language models

    • Get model specifications and pricing

    • Configure AI SDK clients

    • Build model selection interfaces