API.Market
Go to API.market
  • Welcome to API.market
  • What are API Products?
  • How to subscribe to a SaaS API Product?
  • Managing Subscriptions
  • Analytics & Logs
  • How can I cancel my Subscription?
  • How do I add payment details?
  • How does API.market charges me?
  • Error Codes
  • API.market Usage API Documentation
  • Seller Docs
    • API Seller Console
    • What is an API Product?
    • What is a Pricing Plan
    • Importing an API Source
    • Creating a Product using the Wizard
    • Testing Your APIs & Products
    • Analytics & Logs
    • Custom Usage
    • Overriding Custom Usage on Result Retrieval
  • FUNDAMENTALS
    • Convert Postman Collection to OpenAPI Yaml
    • Create OpenAPI spec using ChatGPT
  • About Us
  • API Product Docs
    • MagicAPI
      • Screenshot API
      • Domain Availability Checker API
      • WhoIS API
      • PDF Conversion API
      • Image Upscale API
      • DNS Checker API
      • Ageify API
      • Image Restoration API
      • Toon Me API
      • Coding Assistant
      • 🎭 FaceSwap API: Instantaneous replaces face with one another
      • 🏞️ Image Upload API
      • Deblurer API
      • Hair Changer API
      • 🤳🏻🤖AI Qr Code Generator API
      • Whisper API
      • Image Colorizer API
      • OpenJourney API
      • Object Remover API
      • Image Captioner API
      • Object Detector API
      • NSFW API
      • Crunchbase API
      • Pipfeed's Extract API Developer Documentation
      • Migrating from Capix FaceSwap API to magicapi/faceswap-capix API
    • BridgeML
      • Meta-Llama-3-8B-Instruct
      • Meta-Llama-3-70B-Instruct
      • Mistral-7B-Instruct-v0.1
      • Mixtral-8x22B-Instruct-v0.1
      • Meta-Llama-2-7b
      • Meta-Llama-2-13b
      • Meta-Llama-2-70b
      • Gemma-7b-it
      • NeuralHermes-2.5-Mistral-7B
      • BAAI/bge-large-en-v1.5
      • CodeLlama-70b-Instruct-hf
      • 🤖🧗Text-to-Image API
      • 📝🎧 Text to Audio API
    • Capix AI
      • FaceSwap Image and Video Face Swap API
      • MakeUp
      • Photolab.me
      • AI Picture Colorizer
      • AI Picture Upscaler
      • AI Background Remover
      • Object Remover
      • TTS Universal
      • Home GPT
      • AI & Plagiarism Checker
      • AI Story Generator
      • AI Essay Generator
      • Book Title Generator
    • Trueway
      • ⛕ 🗺️ Trueway Routing API
      • 🌐📍Trueway Geocoding API: Forward and Reverse Geocoding
      • 🛤️ ⏱️Trueway Matrix API: Travel Distance and Time
      • 🏛️ Trueway Places API
    • AILabTools
      • Cartoon-Yourself
    • SharpAPI
      • 📄 AI-Powered Resume/CV Parsing API
      • 🛩️ Airports Database & Flight Duration API
    • Text to Speech
      • Turn your text into Magical-sounding Audio
Powered by GitBook
On this page
  1. API Product Docs
  2. BridgeML

Mixtral-8x22B-Instruct-v0.1

The Mixtral-8x22B-Instruct-v0.1 Large Language Model (LLM) is an instruct fine-tuned version of the Mixtral-8x22B-v0.1.

PreviousMistral-7B-Instruct-v0.1NextMeta-Llama-2-7b

Last updated 1 year ago

Developer Portal : https://api.market/store/bridgeml/mistralai8x22

Mixtral-8x22B-Instruct-v0.1

Model name to use in API calls:

mistralai/Mixtral-8x22B-Instruct-v0.1

The Mixtral-8x22B Large Language Model (LLM) is a pretrained generative Sparse Mixture of Experts. This model natively supports function calling, which allows you to call functions directly from the model's output.

The Mixtral-8x22B-Instruct-v0.1 is an advanced machine learning model designed for specific instructional tasks, offering a nuanced understanding of text inputs to generate precise and contextually relevant outputs. Its architecture incorporates multiple layers of transformers, optimizing it for parsing complex instructions and delivering high-quality, actionable responses.

Additionally, Mixtral-8x22B-Instruct-v0.1 features enhanced adaptability, allowing it to fine-tune responses based on user feedback, which improves performance over time without the need for extensive retraining.

Model Developers: Mistral

Input Models: input text only.

Output Models: generate text only.

Context Length: 65536

License: Apache 2.0

Request and Response

Request

curl -X 'POST' \
  'https://api.magicapi.dev/api/v1/bridgeml/mistralai8x22/bridgeml/mistralai8x22' \
  -H 'accept: application/json' \
  -H 'x-magicapi-key: API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "messages": [
    {
      "role": "user",
      "content": "hello"
    },
    {
      "role": "assistant",
      "content": "Use voice of customer from a G2 review to write an ad for GitLab."
    }
  ],
  "temperature": 1,
  "max_tokens": 256,
  "top_p": 1,
  "frequency_penalty": 0,
  "stream": false
}'

Response

{
  "id": "mistralai/Mixtral-8x22B-Instruct-v0.1-98b993cd-91c5-4660-825a-cd0dabd0eb79",
  "object": "text_completion",
  "created": 1718783618,
  "model": "mistralai/Mixtral-8x22B-Instruct-v0.1",
  "choices": [
    {
      "message": {
        "role": "assistant",
        "content": "🌟 Discover GitLab, Your Ultimate DevOps Solution! 🌟\n\nCan't stand slow and disorganized development cycles? You're not alone! Thousands of businesses like yours are turning to GitLab for a faster, smoother, and more unified DevOps experience!\n\n\"GitLab simplifies and streamlines our software development process, helps us to keep an eye on code quality and security, and fuels our continuous integration efforts. The tools it provides make it an essential part of our engineering pipeline.\" —G2 review by an IT manager.\n\n🧱 Why settle for just a source code management tool when you can have an all-in-one platform that covers the entire software development lifecycle?\n\n🏃‍♂️ Explore these fantastic features that have helped our users accelerate innovation:\n\n✅ Reliable version control\n✅ Scalable CI/CD\n✅ Built-in code quality and security\n✅ On-premises or SaaS offerings for flexibility\n✅ Robust collaboration features for teams\n\n🔒 Still unsure? Here's our promise to you:\n\n",
        "tool_calls": null,
        "tool_call_id": null
      },
      "index": 0,
      "finish_reason": "length",
      "logprobs": null
    }
  ],
  "usage": {
    "prompt_tokens": 71,
    "completion_tokens": 256,
    "total_tokens": 327
  }
}

You can try out this cheap and easy to use LLM API here at https://api.market/store/bridgeml/mistralai8x22