Skip to main content

Quick Start

Get started with Lambda Labs in under 2 minutes:

Add Provider in Model Catalog

Before making requests, add Lambda Labs to your Model Catalog:
  1. Go to Model Catalog → Add Provider
  2. Select Lambda Labs
  3. Enter your Lambda API key
  4. Name your provider (e.g., lambda)

Complete Setup Guide

See all setup options and detailed configuration instructions

Lambda Capabilities

Streaming

Stream responses for real-time output:

Function Calling

Use Lambda’s function calling capabilities:

Supported Endpoints and Parameters

EndpointSupported Parameters
/chat/completionsmessages, max_tokens, temperature, top_p, stream, presence_penalty, frequency_penalty, tools, tool_choice
/completionsmodel, prompt, max_tokens, temperature, top_p, n, stream, logprobs, echo, stop, presence_penalty, frequency_penalty, best_of, logit_bias, user, seed, suffix
Check Lambda’s documentation for more details.

Next Steps

Gateway Configs

Add fallbacks, load balancing, and more

Observability

Monitor and trace your Lambda requests

Prompt Library

Manage and version your prompts

Metadata

Add custom metadata to requests
For complete SDK documentation:

SDK Reference

Complete Portkey SDK documentation
Last modified on April 8, 2026