Custom endpoints connect stagewise to any model, anywhere — including models running locally on your machine. stagewise supports multiple API styles: OpenAI-compatible chat completions, OpenAI Responses, Anthropic, Google, Azure OpenAI, Amazon Bedrock, and Google Vertex AI.Documentation Index
Fetch the complete documentation index at: https://docs.stagewise.io/llms.txt
Use this file to discover all available pages before exploring further.
Creating a custom endpoint
Open custom providers
Click Custom Providers in the top-right corner of the built-in providers section.
Supported API specifications
| Spec | Example services |
|---|---|
openai-chat-completions | Ollama, LM Studio, vLLM, LiteLLM, Together AI |
anthropic | Self-hosted Claude, Anthropic-compatible proxies |
openai-responses | OpenAI Responses API endpoints |
google | Self-hosted Gemini-compatible services |
azure | Azure OpenAI Service |
amazon-bedrock | AWS Bedrock |
google-vertex | Google Vertex AI |
Cloud platform configuration
Azure OpenAI
Additional fields: Resource name and API version (e.g.,2024-02-01).
Amazon Bedrock
Choose an Authentication Method:| Method | What to enter |
|---|---|
| Access Keys | AWS Region, Access Key ID, and Secret Access Key |
| Named Profile | Optional AWS Region override and an AWS Profile from ~/.aws/config or ~/.aws/credentials |
| Default Credential Chain | Optional AWS Region override. stagewise resolves credentials from environment variables, shared credentials, ECS/EC2 metadata, and SSO |
aws sso login --profile <name>.
Google Vertex AI
Additional fields: Project ID, Location (e.g.,us-central1), and Google credentials (service account JSON).
Local models via Ollama
A typical setup for running models locally:- Run Ollama on your machine:
ollama serve - Pull a model:
ollama pull llama3 - Create a custom endpoint in stagewise:
- Provider type:
openai-chat-completions - Base URL:
http://localhost:11434/v1
- Provider type:
- Add a custom model with the model ID Ollama expects (e.g.,
llama3) - Select the model from the model picker
Model ID mapping
Some endpoints use different model identifiers. Use Model ID Mapping to remap:claude-v2 from this endpoint.”