HyperNova 60B 2602 is a model developed based on OpenAI’s gpt-oss-120b, developed by Multiverse Computing. The original gpt-oss-120b is an open-weight model (117B parameters, 5.1B active in MoE) designed for powerful reasoning, agentic tasks, and versatile developer use. This version is compressed with CompactifAI, Multiverse Computing’s proprietary technology, reducing parameter count and memory requirements while aiming to preserve strong reasoning.
The model is instruction-tuned and supports native tool calling (function calling with defined schemas, structured outputs, and agent-style workflows). HyperNova 60B 2602 is intended for the same broad use cases as gpt-oss-120b—reasoning, code generation, RAG, and tool-augmented applications—with lower memory footprint and deployment flexibility.
Native support; OpenAI-style function / tool calling schemas; agentic use (e.g. function calling, structured outputs)
🧠 Parameters
60B total parameters after CompactifAI compression (reduced vs. base 117B)
📐 Architecture
Decoder-only Transformer (from gpt-oss lineage)
🗜️ Compression
CompactifAI (proprietary compression technology)
Primary language
English
Other languages
Not formally evaluated
Quick Start
This model can be loaded with the Transformers API. Use trust_remote_code=True (required for the gpt-oss architecture). Recommended approach: AutoModelForCausalLM with apply_chat_template:
Alternatively you can use the pipeline API with trust_remote_code=True; the pipeline returns the full conversation structure, so extract the assistant message from outputs[0]["generated_text"] as needed.
What’s New in HyperNova 60B 2602
HyperNova 60B 2602 is a model developed based on gpt-oss-120b, retaining the base model’s strengths while reducing memory and improving deployment flexibility.
Summary
Model developed based on gpt-oss-120b: Same Apache 2.0 license and design goals (reasoning, agentic tasks, tool use); smaller footprint via CompactifAI.
Tool use: Retains support for function calling, structured outputs, and agent-style workflows (OpenAI-style schemas).
Reasoning: Compatible with configurable reasoning effort (e.g. low / medium / high in system prompt) where the format is preserved; full chain-of-thought available for debugging and analysis.
Evaluated on tool-focused benchmarks (e.g. BFCL v4, Tau2-bench) and general benchmarks alongside other CompactifAI and gpt-oss variants.
Tool Calling
HyperNova 60B 2602 supports native tool use and is well-suited for:
Function calling with defined schemas
Structured outputs
Agentic operations (e.g. browser tasks, code execution where supported)
The model can detect when to invoke tools, emit structured JSON tool calls, and consume tool outputs to continue generation. Tool-calling behavior follows OpenAI-style schemas; compatibility refers to format and structure—exact parity with the base or other models is not guaranteed.
The base model gpt-oss-120b was trained on OpenAI’s harmony response format and is intended for use with that format for correct behavior. It supports configurable reasoning levels (low / medium / high) and native tool use. See the original model card and arXiv:2508.10925 for details.
CompactifAI Compression & Optional Fine-Tuning
Compression: CompactifAI was applied to produce a smaller, efficient model (60B parameters) while aiming to preserve reasoning and tool-use capabilities.
Optional fine-tuning: This variant may include additional fine-tuning for tool calling and structured outputs; exact training details are model-specific.
Scores are accuracy or benchmark-specific metrics. Use — or TBD for evaluations not yet run. Reported numbers use the methodology described above (reasoning: cai-eval + Nemo-skills; BFCL v4 and Tau2-bench: cai-eval + EvalScope); other entries to be documented.
Benchmark
gpt-oss-20b
gpt-oss-120b
HyperNova 60B 2602
MMLU-Pro
74
78
74
BFCL v4
61
64
62
Tau2-bench (Telecom)
59
68
61
AIME25
72
80
76
GPQA:d
63
69
69
IFBench
55
63
60
SciCode
34
38
32
LiveCodeBench
64
66
64
Terminal Bench
9
22
16
AA-LCR
37
50
36
AA-Omnis. Index
-40
-36
-41
AA-Omnis. Accuracy
16
21
15
Intelligence
Tool-calling
Quantitative Results (Inference Performance)
Metrics reported
System Output Throughput (higher is better): Mean output tokens per second across all concurrent requests over the benchmarking phase.
Time to first token (TTFT) (lower is better): Median time to first token.