Skip to content

feat: Add Prime Intellect provider with INTELLECT-3 model#780

Open
chindris-mihai-alexandru wants to merge 2 commits intoanomalyco:devfrom
chindris-mihai-alexandru:add-prime-intellect-provider
Open

feat: Add Prime Intellect provider with INTELLECT-3 model#780
chindris-mihai-alexandru wants to merge 2 commits intoanomalyco:devfrom
chindris-mihai-alexandru:add-prime-intellect-provider

Conversation

@chindris-mihai-alexandru
Copy link

@chindris-mihai-alexandru chindris-mihai-alexandru commented Feb 2, 2026

Summary

This PR adds Prime Intellect as a new provider to models.dev, along with their flagship INTELLECT-3 model.

Changes

  • New Provider: prime-intellect

  • New Model: intellect-3

    • 106B parameter MoE model (12B active)
    • 131,072 context window
    • Supports tool calling and reasoning
    • Open weights available
    • Pricing: $0.20/M input, $1.10/M output tokens

About INTELLECT-3

INTELLECT-3 is Prime Intellect's flagship reasoning model, post-trained from GLM-4.5-Air-Base using SFT and RL. It achieves state-of-the-art performance for its size class across math, code, and reasoning benchmarks:

  • LiveCodeBench v6: 69.3%
  • SWE-Bench Verified: 49.2%
  • AIME 2024: 90.8%

Verification

  • bun validate passes
  • Provider and model TOML files follow existing patterns
  • Logo SVG extracted from official Prime Intellect branding
  • API endpoint verified from official documentation

References

- Add Prime Intellect as a new provider using OpenAI-compatible API
- Include INTELLECT-3 model (106B MoE, 12B active params)
- Model features: 131K context, tool calling, reasoning support
- Pricing: $0.20/M input, $1.10/M output tokens
- API endpoint: https://api.pinference.ai/api/v1
- Env var: PRIME_API_KEY
Copilot AI review requested due to automatic review settings February 2, 2026 20:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Prime Intellect as a new provider to models.dev, along with their INTELLECT-3 reasoning model. The implementation uses OpenAI-compatible API integration and includes proper configuration for the provider's API endpoint and authentication.

Changes:

  • Added Prime Intellect provider configuration with OpenAI-compatible API support
  • Added INTELLECT-3 model configuration with pricing, context limits, and capability flags
  • Configured model as a reasoning-enabled MoE model with 131K context window

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
providers/prime-intellect/provider.toml Defines the Prime Intellect provider with API endpoint, authentication, and OpenAI-compatible SDK
providers/prime-intellect/models/intellect-3.toml Configures the INTELLECT-3 model with capabilities, pricing, and token limits

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you make this the same color & size as other logos

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rekram1-node sure thing, done! 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments