Open-source LLM bundle

Self-hosted Mistral 7B LLM bundle on AWS

Run seven Mistral 7B-based models behind an OpenAI-compatible API on a GPU instance in your own AWS account. Point existing OpenAI tooling at your own endpoint and keep your prompts private.

  • Seven models in one bundle
  • OpenAI-compatible API
  • Runs in your own account
Mistral 7B LLM bundle deployed on AWS by Meetrix

What is Mistral 7B?

Mistral 7B is an open-source large language model with 7 billion parameters, built for efficiency without giving up quality. Its compact size makes it practical to self-host for coding help, content generation and custom AI features.

What's in the Meetrix Mistral bundle

The AMI ships seven Mistral-based models behind one OpenAI-compatible API on Ubuntu 22.04.

How to set up a self-hosted Mistral API

  1. Check your GPU quota

    Make sure your account has enough vCPU quota for a g4dn instance in your region.

  2. Launch the stack

    Subscribe on AWS Marketplace and launch the CloudFormation stack with your domain and admin email.

  3. Point your domain at it

    Update the Route 53 record with the PublicIp from the stack outputs.

  4. Call the API

    Open /docs on your domain, then point your OpenAI client at your server's /v1 endpoint.

Deploy on AWS

Mistral API endpoints

The server implements the OpenAI request and response shapes, so clients only need a new base URL.

EndpointPurpose
/v1/chat/completionsChat-style requests with a messages array
/v1/completionsSingle-prompt text completion
/v1/embeddingsVector embeddings for search and retrieval
/v1/modelsList the models in the bundle
/docsInteractive API documentation

Want to compare serving stacks? Read how to self-host an OpenAI-compatible API →

Video: Mistral AI installation on AWS

Mistral 7B FAQ

What is Mistral 7B?

An efficient, open-source large language model with 7 billion parameters, suited to coding help, content generation and custom AI features.

Which models are in the bundle?

mistral-7b-v0.1, mistral-7b-instruct-v0.1, mistral-7b-instruct-v0.2, dolphin-2.6-mistral-7b, openhermes-2.5-mistral-7b, yarn-mistral-7b-128k and mistral-7b-openorca.

Is it compatible with the OpenAI API?

Yes. Point your OpenAI SDK or tools at your server's /v1 endpoint and they work with minimal changes.

Which instance can I use?

The x86 listing runs on g4dn GPU instances, from g4dn.xlarge upward.

Is there an ARM64 version?

Only the x86 bundle is publicly listed on AWS Marketplace at the moment.

What if SSL does not set up automatically?

Check that the domain is on Route 53, then SSH in and run sudo /root/certificate_generate_standalone.sh.

How do I upgrade?

Back up your server data, remove the old stack and launch the new version from AWS Marketplace.

Mistral guides and articles

Need a hand with your LLM API?

We build and run self-hosted AI infrastructure every day, from model selection to GPU sizing. Tell us what you need.

Contact us