microsoftChat
WizardLM-2 7B
microsoft/wizardlm-2-7b
32KContext Window
Online
WizardLM-2 7B is the smaller variant of Microsoft AI's latest Wizard model. It is the fastest and achieves comparable performance with existing 10x larger opensource leading models It is a finetune of [Mistral 7B Instruct](/models/mistralai/mistral-7b-instruct), using the same technique as [WizardLM-2 8x22B](/models/microsoft/wizardlm-2-8x22b). To read more about the model release, [click here](https://wizardlm.github.io/WizardLM2/). #moe
Capabilities
Text GenerationCode GenerationAnalysis & Reasoningmodels.reasoning
Technical Specs
Input Modality
Text
Output Modality
Text
Arch
—
Pricing
Pay per use, no monthly feesInput Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token
Quick Start
from openai import OpenAI
client = OpenAI(
base_url="https://api.uniontoken.ai/v1",
api_key="YOUR_UNIONTOKEN_API_KEY",
)
response = client.chat.completions.create(
model="microsoft/wizardlm-2-7b",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)FAQ
WizardLM-2 7B
microsoft/wizardlm-2-7b
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window32K
Related Models
View All → →Microsoft: Phi-3.5 Mini 128K Instruct
microsoft/phi-3.5-mini-128k-instruct
< ¥0.001/1K
Microsoft: Phi-3 Medium 4K Instruct
microsoft/phi-3-medium-4k-instruct
< ¥0.001/1K
Microsoft: Phi-3 Mini 128K Instruct
microsoft/phi-3-mini-128k-instruct
< ¥0.001/1K
Microsoft: Phi-3 Medium 128K Instruct
microsoft/phi-3-medium-128k-instruct
< ¥0.001/1K
Ready to get started?
Get 1M free tokens on registration, no monthly fees or minimum spend
Register Now →