Microsoft Phi-3.5 MoE Instruct

Текст і чатНедоступно
від MicrosoftID моделі: phi-3-5-moe-instruct

Mixture-of-experts Phi-3.5: 42B total / 6.6B active params. 128k context, multilingual.

Статус
Недоступно
Контекст
131,072 токенів
Макс. вихід
4,096 токенів
Вхід → вихід
Текст → Текст
Розробник
Microsoft
Оновлено
25 червня 2026 р.

Microsoft Phi-3.5 MoE Instruct наразі недоступна

Наразі недоступно: цю модель деактивовано.

Ви можете прочитати деталі на цій сторінці. Виберіть одну з доступних альтернатив нижче, щоб одразу запустити порівняну модель.

До альтернатив
01

Порівнювані моделі

Усі в цій категорії
  • Anthropic's model for the most demanding reasoning and long-horizon agentic work. 1M-token context window, up to 128K output tokens, adaptive thinking that is always on.

    12,00 USD/1M вх

  • The most capable model of Anthropic's Opus 4 series. State of the art on long-horizon agentic work, coding and knowledge tasks, with a 1M-token context window at standard pricing.

    6,00 USD/1M вх

  • Anthropic's current Opus model for long-running agentic coding and knowledge work. 1M-token context window, up to 128K output tokens, adaptive thinking that is always on.

    4,80 USD/1M вх

02

Playground

Спробувати Microsoft Phi-3.5 MoE Instruct

Чат

Наразі недоступна

Наразі недоступно: цю модель деактивовано.

Playground вимкнено. Порівняльні моделі ви знайдете в тій же категорії: Переглянути альтернативи

Спробувати Microsoft Phi-3.5 MoE Instruct

Надішліть повідомлення. Відповідь надійде повністю, коли модель завершить роботу (без потокової передачі).

Системний промпт
Макс. довжина відповіді (токени)

Цей запуск

Без ціни – наразі недоступно.

Новенький?

5 безплатних кредитів (0,05 USD) при реєстрації через Google

Доступно 24 годин після реєстрації, до 5 запусків на день і максимум 2 кредитів за запуск. Інші способи входу стартують без кредитів.

03

Про Microsoft Phi-3.5 MoE Instruct

КороткоСтаном на 25 червня 2026 р.

Microsoft Phi-3.5 MoE Instruct — це модель від Microsoft у категорії Текст і чат. На Railwail Microsoft Phi-3.5 MoE Instruct наразі недоступна. Контекстне вікно містить 131,072 токенів, а одна відповідь може бути довжиною до 4,096 токенів.

Фон

Про Microsoft Research

Засновано 1991 · Redmond, Washington, USA

Microsoft Research's Machine Learning Foundations group — led by Sébastien Bubeck and Ronen Eldan — drove the Phi series of small-but-capable language models. The Phi thesis is that synthetic 'textbook-quality' training data can produce small models that punch far above their weight on reasoning benchmarks. The series began with Phi-1 (1.3B, code, 2023), Phi-1.5 (general reasoning, 2023), Phi-2 (2.7B, 2023), Phi-3 (Mini, Small, Medium dense models, April 2024) and Phi-3.5 (Mini, Vision, MoE, August 2024). Phi-3.5 MoE was Microsoft's first Mixture-of-Experts Phi variant — 16 experts of 3.8B parameters each with top-2 routing. Microsoft Research itself was founded in 1991 and remains one of the largest industrial AI research organisations in the world; Phi is one of its flagship open-weights AI projects.

Відвідати Microsoft Research

Архітектура

Mixture-of-Experts Decoder Transformer

Phi-3.5 MoE Instruct is a 16x3.8B Mixture-of-Experts decoder transformer — 16 experts each approximately the size of Phi-3-Mini, with top-2 routing yielding 6.6B active parameters out of 41.9B total. The architecture uses 32 layers, 4,096 hidden size, 32-head grouped-query attention with 8 KV heads, RoPE positional embeddings (theta=10000, extended for 128K context), SwiGLU activations, and a 32,064-token Llama-derived BPE tokeniser. Routing uses a sparse mixer with auxiliary loss for expert balancing. The model was pretrained on 4.9 trillion tokens of heavily curated data, with the Phi recipe emphasising synthetic 'textbook-quality' data generated from larger models — explicitly oversampling reasoning-dense content over breadth. Training used 512 H100 GPUs for 23 days. Post-training is supervised fine-tuning plus Direct Preference Optimisation (DPO) with explicit safety post-training. Released August 2024 under MIT license.

Параметри
41.9B total, 6.6B active per token (16 experts of ~3.8B each, top-2 routing)
Контекст
131,072 токенів

Можливості

  • 16-expert MoE — Microsoft's first MoE Phi variant
  • Only 6.6B active parameters — cheap inference for MoE
  • Punches above weight: matches Mixtral 8x7B (12.9B active) and Llama 3.1 8B on many benchmarks
  • Strong math and reasoning for active-param size (MMLU 78.9, GSM8K 88.7)
  • 128K context window
  • Multilingual support for 22 languages
  • Open weights under permissive MIT license
  • Best for: cost-efficient reasoning, on-device inference (INT4 ~12GB), education and tutoring applications.

Навчання та ліцензія

Pretrained on 4.9 trillion tokens. The mix is heavily curated and includes filtered web data, synthetic 'textbook-quality' data generated from larger models, code, math and 22-language multilingual sources. Knowledge cutoff October 2023. Training used 512 NVIDIA H100 GPUs for 23 days. Post-training is supervised fine-tuning plus DPO with explicit safety post-training and red-team feedback.

Ліцензія: MIT License for the open weights. Commercial use, redistribution and modification permitted without restriction — one of the most permissive licenses among major open-weight LLMs.

Тестування безпеки: Microsoft published a model card and Phi-3 technical report with red-team and safety evaluation. Post-training incorporates safety alignment via DPO on red-team feedback.

Відомі обмеження

  • Total memory ~42B parameters needs ~80GB FP16 — heavier than 6.6B active suggests
  • MoE routing means latency spikes on imbalanced batches
  • Knowledge breadth narrower than larger dense models — Phi trades breadth for reasoning
  • Behind frontier models on coding benchmarks despite strong math
  • Synthetic-data-heavy training can produce 'textbook-like' answers that don't match real-world tone
  • No vision modality (use Phi-3.5-Vision instead)
04

Ціни

Наразі недоступно: цю модель деактивовано. Наразі для цієї моделі немає ціни, тому її не можна запустити.

05

API

Викличте Microsoft Phi-3.5 MoE Instruct за допомогою вашого API-ключа Railwail. Використовуйте цей ID моделі в запиті:

Наразі недоступно

Модель не має перевіреної ціни або деактивована; виклики API відхиляються.

06

Характеристики

ID моделі
phi-3-5-moe-instruct
Розробник
Microsoft
Категорія
Текст і чат
Вхідні дані
Текст
Вихідні дані
Текст
Контекстне вікно
131,072 токенів
Макс. вихідні дані
4,096 токенів
Розмір моделі
41.9B total, 6.6B active per token (16 experts of ~3.8B each, top-2 routing)
Ліцензія
MIT License for the open weights. Commercial use, redistribution and modification permitted without restriction — one of the most permissive licenses among major open-weight LLMs.
Запис у каталозі оновлено
25 червня 2026 р.

Теги

  • microsoft
  • open-weights
  • moe
  • multilingual
  • pricing-tbd
07

Варіанти використання

Для чого це використовується

  • Cost-efficient reasoning at MoE-cheap inference
  • On-device / edge AI (INT4 quantisation ~12GB)
  • Multilingual structured tasks across 22 languages
  • Education and tutoring applications
  • Math and code reasoning in resource-constrained settings
  • Self-hosted small-business assistants
08

Часті питання

Що таке Microsoft Phi-3.5 MoE Instruct?

Microsoft Phi-3.5 MoE Instruct — це модель від Microsoft у категорії Текст і чат. Вона внесена до каталогу Railwail, але наразі не може бути запущена.

Скільки коштує Microsoft Phi-3.5 MoE Instruct на Railwail?

Microsoft Phi-3.5 MoE Instruct наразі не можна запустити на Railwail, тому поточної ціни немає. Доступні альтернативи з цінами наведені далі на цій сторінці.

Яке контекстне вікно у Microsoft Phi-3.5 MoE Instruct?

Контекстне вікно Microsoft Phi-3.5 MoE Instruct містить 131,072 токенів. Одна відповідь може бути довжиною до 4,096 токенів.

Наскільки швидкий Microsoft Phi-3.5 MoE Instruct?

На Railwail поки що недостатньо виміряних запусків Microsoft Phi-3.5 MoE Instruct, щоб вказати час виконання. Це залежить від введення, налаштувань та навантаження у постачальника.

Чи Microsoft Phi-3.5 MoE Instruct краще за Claude Fable 5.1?

Це залежить від завдання. Microsoft Phi-3.5 MoE Instruct (Microsoft) і Claude Fable 5.1 (Anthropic) — обидві моделі в категорії Текст і чат. На сторінці порівняння показані їхні ціни та специфікації поруч.

Порівняти Microsoft Phi-3.5 MoE Instruct і Claude Fable 5.1

Чи можу я використовувати Microsoft Phi-3.5 MoE Instruct прямо зараз?

Наразі недоступно: цю модель деактивовано. Сторінка залишається в мережі; доступні альтернативи з тієї ж категорії наведені далі.

Усі моделі через один API

Один API-ключ для всіх моделей на Railwail. Використання оплачується з попередньо поповнених кредитів, 1 кредит = 0,01 USD.