Model Providers
In this section you will learn about the model providers available on OmniAI.
OmniAI provides universal API access to more than 30 industry leading models from OpenAI, Anthropic, Meta, Mistral, and Amazon.
Models by Provider:
Model | Function | Context Window |
---|---|---|
gpt-4o | Chat Completion | 128,000 tokens |
gpt-4-turbo | Chat Completion | 128,000 tokens |
gpt-3.5-turbo | Chat Completion | 16,385 tokens |
text-embedding-3-large | Embeddings | 8,191 tokens |
text-embedding-3-small | Embeddings | 8,191 tokens |
text-embedding-ada-002 | Embeddings | 8,191 tokens |
Adding a Provider
Models from AWS Bedrock or OpenAI can be added in Settings. You can also add provider credentials via the Upsert Provider endpoint.
Last updated