Available Models
List of Available Models
Here's a comprehensive overview of the models hosted by Konko, including their NLP tasks, model sizes, context lengths, supported endpoints, and links to their respective documentation.
Konko Hosted Models for ChatCompletion
These models are conversational, designed for interactive dialogue.
Model | NLP Task | Model Size (Parameters) | Context Length (Tokens) | Censored | Documentation |
---|---|---|---|---|---|
meta-llama/llama-2-70b-chat | General Purpose | 70B | 4k | Yes | Prompting Llama 2 Chat |
meta-llama/llama-2-13b-chat | General Purpose | 13B | 4k | Yes | Prompting Llama 2 Chat |
mistralai/mistral-7b-instruct-v0.1 | General Purpose | 34B | 4k | Yes | Prompting MistralAI |
open-orca/mistral-7b-openorca | General Purpose | 7B | 8k | Yes | Prompting Mistral-Orca |
konko/Llama-2-7B-32K-Instruct | Long Context | 7B | 32k | Yes | Prompting Llama 2 Chat |
codellama/codellama-34b-instruct | Code - General | 34B | 8k | Yes | Prompting CodeLlama Instruct |
codellama/codellama-13b-instruct | Code - General | 13B | 8k | Yes | Prompting CodeLlama Instruct |
codellama/codellama-7b-instruct | Code - General | 7B | 8k | Yes | Prompting CodeLlama Instruct |
nousresearch/nous-hermes-llama2-13b | General Purpose | 13B | 4k | No | Prompting NousResearch |
nousresearch/nous-hermes-llama-2-7b | General Purpose | 7B | 4k | No | Prompting NousResearch |
OpenAI Models Supported by Konko
Model | NLP Task | Supported Endpoint | Censored |
---|---|---|---|
gpt-4 | General Purpose Chat | ChatCompletion | Yes |
gpt-3.5-turbo | General Purpose Chat | ChatCompletion | Yes |
Konko Hosted Models for Completion
These models are designed for specific tasks and one-way response generation.
Model | NLP Task | Model Size (Parameters) | Context Length (Tokens) | Censored | Documentation |
---|---|---|---|---|---|
konko/LLaMA-2-7B-32K | Long Context | 15B | 32k | Yes | Prompting LLaMA-2-7B-32K |
codellama/codellama-34b | Code - General | 70B | 16k | Yes | Prompting Llama 2 and CodeLlama |
phind/phind-codellama-34b-v2 | Code - General | 70B | 16k | Yes | Prompting Phind-CodeLlama-34B-v2 |
codellama/codellama-34b-python | Code - Python | 7B | 16k | Yes | Prompting Llama 2 and CodeLlama |
phind/phind-codellama-34b-python-v1 | Code - General | 34B | 16k | Yes | Prompting Phind-CodeLlama-34B-Python-v1 |
numbersstation/nsql-llama-2-7b | Coding - SQL | 7B | 4k | Yes | Prompting nsql-llama-2-7B |
meta-llama/llama-2-70b | General Purpose | 70B | 4k | Yes | Prompting Llama 2 and CodeLlama |
meta-llama/llama-2-13b | General Purpose | 13B | 4k | Yes | Prompting Llama 2 and CodeLlama |
mistralai/mistral-7b-v0.1 | General Purpose | 7B | 4k | Yes | Prompting Mistral-7B-v0.1 |
The above models cover a range of tasks from general-purpose chat and long-context language understanding to specialized coding and SQL generation.
Updated 9 months ago