Supported Language Models
Javelin is committed to integrating and supporting the most popular models in the industry. From the groundbreaking innovations of OpenAI and Azure OpenAI to the dynamic platforms like HuggingFace and Anthropic, Javelin ensures seamless interfacing with these models.
Our platform's adaptability allows users to leverage the unique strengths of each model, ensuring optimal results for diverse applications. Javelin Gateway harmoniously brings together the world of popular LLMs, simplifying and amplifying their capabilities for our users.
Supported Model Providers
We are always adding support for new models, supported models include those from:
Models | Base URL | Endpoints (text & embeddings) |
---|---|---|
Azure OpenAI | https://<your-resource-name>.openai.azure.com | - /openai/deployments/{deployment-name}/completions - /openai/deployments/{deployment-name}/chat/completions - /openai/deployments/{deployment-name}/embeddings |
OpenAI | https://api.openai.com/v1 | - /completions - /chat/completions - /embeddings |
Amazon Bedrock | https://bedrock.<region>.amazonaws.com | - /model/{modelId}/invoke - /model/{modelId}/invoke-with-response-stream - /model/{modelId}/converse - /model/{modelId}/converse-stream |
Google Gemini | ||
HuggingFace | https://api-inference.huggingface.co | Create an endpoint following the instructions here https://huggingface.co/docs/inference-endpoints/guides/create_endpoint |
NVIDIA | NVIDIA AI Endpoints | |
Llama | ||
Anthropic | https://api.anthropic.com/v1 | |
Mistral | https://api.mistral.ai/v1 | |
Inflection | ||
Perplexity | ||
Cohere | ||
AnyScale | ||
TogetherAI | ||
and more... |