Coder Social home page Coder Social logo

awesome-generative-ai-apis's Introduction

Discord Server Invite

This project is an initiative undertaken by API Dash for GSSoC 2024 contributors.

gssoc-logo-1

Contributors should go through the Contributing Guide to learn how to raise an issue and send across a PR.

Awesome Generative AI & LLM APIs

A curated list of useful Generative AI & LLM APIs for developers.

Generative AI APIs allow developers to integrate generative models into their applications without building the models from scratch. These APIs provide an interface for generating text, images, or other content. They also include LLM APIs that provide access to pre-trained language models for various tasks.

Some of the applications of these APIs are:

  • Content Creation for blogs, social media, and marketing
  • Virtual Assistants and Chatbots
  • Language Translation Services to improve cross-language communication
  • Provide tailored content based on user preferences in e-commerce, music, and video streaming
  • Assist students and researchers in research & education
  • ..and many more

The goal of this project is to create a Generative AI & LLM API hub for developers so that they can create innovative applications, enhance user experiences, and drive progress in the AI field.

You can start contributing by adding the following:

GenAI APIs

Project Homepage API Docs Link Requires Auth Token (Y/N) Description (2 lines max)
OpenAI Link Y OpenAI APIs offer state-of-the-art GenAI models that can generate human-like text, answer questions, translate languages, generate and understand images, turn text to speech or speech to text thus empowering developers to create advanced AI-powered applications with ease.
Gemini Link Y designed to understand and interact with multiple data types, including text, images, audio, and video.
Llama AI Link Y Offers APIs to access Llama models to answer complex queries and generate text.
Groq Link Y Fastest Token Generation with Language Processing Units. Able to work on Open Source Models: Gemma-7b-lt, Llama3-70b-8192, Llama3-8b-8192, Mixtral-8x7b-32768.
Databricks Link Y Databricks supports Foundation Model APIs which allow you to access and query state-of-the-art open models. You can quickly and easily build applications that leverage a high-quality generative AI model without maintaining your own model deployment.
Cohere AI Link Y Cohere AI offers a chat API that enables developers to create conversational interfaces with ease, leveraging advanced natural language understanding capabilities.
DeepAI Link Y DeepAI is a user-friendly platform providing state-of-the-art AI tools & APIs that unlock and enhance creativity across industries, widely democratizing access to AI technologies for both developers and non-tech users.
Clarifai API Link Y Clarifai offers access to various popular generative AI models (LLM, multimodal, image, video).
Anthropic Link Y Anthropic is an AI safety and research company behind the powerful Claude 3 model family.
HuggingFace API Link Y HuggingFace provides API access to many open source Generative AI models, datasets and Spaces which are free to use.
TextCortex Link Y TextCortex provides a highly-scalable Text Generation API that uses advanced NLP to produce diverse and refined content.
Stability AI Link Y Stability AI offers open-access AI models with minimal resource requirements in imaging, language, code and audio.
Lovo AI Link Y Lovo lets you generate advanced AI voices for any use case.
Jasper AI Link Y Jasper assist marketers in creating, optimizing and publishing content effectively using AI.
Deepbrain AI Link Y DeepBrain AI offers natural text-to-speech capabilities & a powerful video generator that converts various inputs like text prompts, URLs, PDFs, and articles into engaging, professional-quality videos.
Leonardo AI Link Y Leonardo AI lets you create production quality visual assets for your projects.
Mistral AI Link Y Mistral offers open and portable Gen AI models for multilingual, code generation, maths, and advanced reasoning capabilities.
Tavus AI Link Y Tavus offers an AI voice API converting text to video with features like voice cloning, lip-syncing, and script generation, realistic avatars and others.
Colossyan Link Y Colossyan offers an AI API to create videos from text with AI avatars.
Synthesia Link Y Synthesia offers an API to turn text to video in minutes with AI avatars and voiceovers in 130+ languages.
ElevenLabs Link Y ElevenLabs offers a voice generation API to produce highly realistic and natural-sounding voices.
Perplexity AI Link Y Perplexity is like an AI-powered swiss army knife helping in information discovery, summarizing content, exploring new topics etc.
HeyGen AI Link Y Heygen let's you create produce studio-quality videos with AI-generated avatars and voices.
DeepL Translate Link Y DeepL provides high-quality text and document translations.
IBM Watson AI Link Y IBM Watson lets you incorporate AI capabilities like conversation, language analysis, STT & TTS into your applications.
Writer Link Y Writer provides APIs for generating, enhancing, and personalizing content.
Together AI Link Y Together AI offers an API to query 50+ leading open-source models in a couple lines of code.
GooseAI Link Y GooseAI provides a fully managed NLP-as-a-Service, offering various GPT-based models with high customization and speed.
Voyage AI Link Y Voyage AI provides API endpoints for embedding and reranking models.
AI/ML API Link Y An API aggregator that provides access to 100+ AI models via a single API.
Wit.ai Link Y Wit.ai provides APIs to build natural language experiences.

GenAI API Integration Articles/Tutorials

Article Title Link Summary (2 lines max)
How to integrate generative AI into your applications Link The article offers a detailed tutorial on accessing the OpenAI API, demonstrating methods via web API calls and Python's OpenAI library, enabling developers to integrate Generative AI effortlessly into their projects.
AI Image Generator using Reactjs & Open Journey API Link This article provides a tutorial on creating an image generator using react.js and Open Journey API from Prompthero.
Create your own GenAI Image Generator App like MidJourney or DALLE-2 Link This article provides a tutorial on how to integrate AI-generated images into a React app using Segmind's text2Img API.
Introducing Google Gemini API: Discover the Power of the New Gemini AI Models Link This article provides a tutorial on how to use Gemini Python API and its various functions to build AI-enabled applications.
The OpenAI API in Python Link Learn the basics on how to leverage OpenAI API.
How to Build LLM Applications with LangChain Link Explore the untapped potential of Large Language Models with LangChain.

GenAI API Integration Youtube Videos

Video Title Link Summary (2 lines max)
Beginner's Guide to FastAPI & OpenAI ChatGPT API Integration Link The video offers a step-by-step tutorial on FastAPI and OpenAI's ChatGPT integration using Python. FastAPI is a high-performance web framework that's perfect for building APIs, and ChatGPT brings a layer of artificial intelligence into the mix.
How to Integrate a Custom GPT Into Your Website (Step-by-step Guide) Link The video offers a step-by-step tutorial on a custom GPT integration on websites. Two different approaches have been depicted in the video so that both a beginner as well as those with some technical know-how could find it comfortable.
Getting Started with Groq API: Making Near Real-Time Chatting with LLMs Possible Link The video discusses the Groq API and how it can be used to create near real-time chatting applications with large language models (LLMs).
Building an AI Mobile Application with Flutter and Google Gemini API Link This video is a tutorial on building an AI mobile application using Flutter and Google Gemini API.
Groq Function Calling Llama 3: How to Integrate Custom API in AI App? Link This video explores integrating custom APIs into AI applications using Groq functions and potentially Llama 3, a large language model. It might be the third part in a series on this topic.
Text Cortex REWRITING API ⚙️ AI Text Generator Link The video is a tutorial on the Text Generation API (TextCortex). It guides through the process of integration, steps to access and perform tasks using TextCortex API.
Build An AI Image Generator Using OpenAI (Dall-E) API - The Server (NodeJS, Express) Link This video is a tutorial on creating an AI image generator using the Open AI API, Node JS and Express.
About OpenAI Assistants API Link Learn how to use the OpenAI's assistant API'S to build powerful AI assistants
Langchain by Greg Kamradt (Data Indy) Link The playlist covers Open AI and Langchain and their various use cases.
LangChain Series by Krish Naik Link The LangChain Series offers a comprehensive guide to building various LLM-based application projects using LangChain.
Google Gemini series by Krish Naik Link This Google gemini playlist offers a comprehensive guide to build various LLM-based applications using Gemini.
Spring Boot + OpenAI ChatGPT API Integration by JavaTechie Link This tutorial by JavaTechie provides a step-by-step guide to integrating the OpenAI API with a Spring Boot application.
How To Use ChatGPT With Python Link This video shows how to integrate OpenAI's API in Python projects.

awesome-generative-ai-apis's People

Contributors

ashitaprasad avatar aditijainnn avatar vvkmulukutla avatar antiquely3059 avatar abhay182005dat avatar sharmi4590 avatar aditya-bhaumik avatar santhosh-siddhardha avatar sarayusreeyadavpadala avatar shantnu-singh avatar vshalini01 avatar umairullah0905 avatar divyansh-2005 avatar stutirajput07 avatar 4darsh-dev avatar coderuzumaki avatar animator avatar braj-01 avatar root-0101 avatar mavsneha avatar tanyasheru23 avatar praneeth2312 avatar iabn0rma1 avatar nikita1kum avatar paneer24 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.