ahm-Phi-3-5-MoE-instruct
Microsoft logo

Ahm Phi 3.5 Moe Instruct

ahm-Phi-3-5-MoE-instruct
Microsoft

Pricing

  • Input Tokens: $0.400 /M tokens
  • Output Tokens: $1.600 /M tokens

Input Modalities

    Try this model

    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["AIHUBMIX_API_KEY"],
        base_url="https://aihubmix.com/v1",
    )
    
    response = client.chat.completions.create(
        model="ahm-Phi-3-5-MoE-instruct",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    What is ahm-Phi-3-5-MoE-instruct?

    Phi-3.5-MoE 是一个轻量级的最先进开放模型,基于用于 Phi-3 的数据集构建——合成数据和经过筛选的公开可用文档,重点关注高质量、推理密集的数据。该模型支持多语言,并具有 128K 的上下文长度(以标记为单位)。