Skip to content

Commit 51318f3

Browse files
kristinaorekhovagitbook-bot
authored andcommitted
GITBOOK-568: Remove Mistral-7B-Instruct v0.1 from supported versions
1 parent e59ffd5 commit 51318f3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/api-references/text-models-llm/Mistral-AI/Mistral-7B-Instruct.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mistral-7B-Instruct
22

3-
<table data-header-hidden data-full-width="true"><thead><tr><th width="546.4443969726562" valign="top"></th><th width="202.666748046875" valign="top"></th></tr></thead><tbody><tr><td valign="top"><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>This documentation is valid for the following list of our models:</p><ul><li><code>mistralai/Mistral-7B-Instruct-v0.1</code></li><li><code>mistralai/Mistral-7B-Instruct-v0.2</code></li><li><code>mistralai/Mistral-7B-Instruct-v0.3</code></li></ul></div></td><td valign="top"><a href="https://aimlapi.com/app/mistralai/mistral-7b-instruct-v0-3" class="button primary">Try in Playground</a></td></tr></tbody></table>
3+
<table data-header-hidden data-full-width="true"><thead><tr><th width="546.4443969726562" valign="top"></th><th width="202.666748046875" valign="top"></th></tr></thead><tbody><tr><td valign="top"><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>This documentation is valid for the following list of our models:</p><ul><li><code>mistralai/Mistral-7B-Instruct-v0.2</code></li><li><code>mistralai/Mistral-7B-Instruct-v0.3</code></li></ul></div></td><td valign="top"><a href="https://aimlapi.com/app/mistralai/mistral-7b-instruct-v0-3" class="button primary">Try in Playground</a></td></tr></tbody></table>
44

55
## Model Overview
66

@@ -12,25 +12,25 @@ An advanced version of the Mistral-7B model, fine-tuned specifically for instruc
1212

1313
<summary>Step-by-Step Instructions</summary>
1414

15-
#### :digit\_one: Setup You Can’t Skip
15+
:digit\_one: **Setup You Can’t Skip**
1616

1717
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
1818
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure that key is enabled on UI.
1919

20-
#### :digit\_two: Copy the code example
20+
:digit\_two: **Copy the code example**
2121

2222
At the bottom of this page, you'll find [a code example](Mistral-7B-Instruct.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
2323

24-
#### :digit\_three: Modify the code example
24+
:digit\_three: **Modify the code example**
2525

2626
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key from your account.\
2727
:black\_small\_square: Insert your question or request into the `content` field—this is what the model will respond to.
2828

29-
#### :digit\_four: <sup><sub><mark style="background-color:yellow;">(Optional)<mark style="background-color:yellow;"><sub></sup> Adjust other optional parameters if needed
29+
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup>**&#x20;Adjust other optional parameters if needed**
3030

3131
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](Mistral-7B-Instruct.md#api-schema), which lists all available parameters along with notes on how to use them.
3232

33-
#### :digit\_five: Run your modified code
33+
:digit\_five: **Run your modified code**
3434

3535
Run your modified code in your development environment. Response time depends on various factors, but for simple prompts it rarely exceeds a few seconds.
3636

0 commit comments

Comments
 (0)