Skip to content

Instantly share code, notes, and snippets.

@AlexsanderHamir
Last active November 8, 2025 18:11
Show Gist options
  • Select an option

  • Save AlexsanderHamir/550791675fd752befcac6a9e44024652 to your computer and use it in GitHub Desktop.

Select an option

Save AlexsanderHamir/550791675fd752befcac6a9e44024652 to your computer and use it in GitHub Desktop.
LiteLLM Test Configuration (Responses & Embeddings)
model_list:
### RESPONSES
- model_name: gpt-5-codex
litellm_params:
model: openai/*
api_base: https://exampleopenaiendpoint-production-0ee2.up.railway.app/
### EMBEDDINGS
- model_name: text-embedding-3-large
litellm_params:
model: openai/*
api_base: https://exampleopenaiendpoint-production-0ee2.up.railway.app/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment