[PR #9426] feat: Add Scitely AI as built-in provider #13106

Open
opened 2026-02-16 18:17:58 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9426

State: open
Merged: No


Closes #9429

  • Add Scitely AI provider with 15 models including
    Qwen3, DeepSeek, Kimi, and GLM

    • Add Scitely to PROVIDER_PRIORITY in dialog for
      visibility
    • Add Scitely documentation in providers.mdx

    Models included:

    1. tstars2.0
    2. qwen3-coder-plus
    3. qwen3-max
    4. qwen3-vl-plus
    5. qwen3-max-preview (added)
    6. kimi-k2-0905 (added)
    7. glm-4.6
    8. kimi-k2
    9. deepseek-v3.2
    10. deepseek-r1
    11. deepseek-v3
    12. qwen3-32b
    13. qwen3-235b-a22b-thinking-2507
    14. qwen3-235b-a22b-instruct
    15. qwen3-235b

    Scitely provides FREE API access to these models
    for our partners and community at
    https://api.scitely.com/v1

What does this PR do?

Adds Scitely AI as a built-in provider for OpenCode,
giving users FREE access to
powerful AI models without manual JSON configuration.

Scitely offers free API access to models like Qwen3,
DeepSeek R1, Kimi K2, and more
for our partners and community.

Changes:

  • Added Scitely provider definition with 14 models in
    provider.ts
  • Added Scitely to the Popular providers category in the
    provider dialog
  • Added documentation for Scitely setup in
    providers.mdx

Users can now:

  1. Run /connect and select "Scitely"
  2. Enter their API key (free to obtain)
  3. Access all Scitely models via /models

How did you verify your code works?

  • Verified TypeScript types match the existing provider
    patterns
    • Followed the same structure as other OpenAI-compatible
      providers
    • Models are configured with correct context limits and
      capabilities
    • Documentation follows the same format as other
      provider docs
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9426 **State:** open **Merged:** No --- Closes #9429 - Add Scitely AI provider with 15 models including Qwen3, DeepSeek, Kimi, and GLM - Add Scitely to PROVIDER_PRIORITY in dialog for visibility - Add Scitely documentation in providers.mdx Models included: 1. tstars2.0 2. qwen3-coder-plus 3. qwen3-max 4. qwen3-vl-plus 5. qwen3-max-preview ✨ (added) 6. kimi-k2-0905 ✨ (added) 7. glm-4.6 8. kimi-k2 9. deepseek-v3.2 10. deepseek-r1 11. deepseek-v3 12. qwen3-32b 13. qwen3-235b-a22b-thinking-2507 14. qwen3-235b-a22b-instruct 15. qwen3-235b >Scitely provides **FREE** API access to these models for our partners and community at https://api.scitely.com/v1 ### What does this PR do? Adds Scitely AI as a built-in provider for OpenCode, giving users FREE access to powerful AI models without manual JSON configuration. Scitely offers free API access to models like Qwen3, DeepSeek R1, Kimi K2, and more for our partners and community. Changes: - Added Scitely provider definition with 14 models in `provider.ts` - Added Scitely to the Popular providers category in the provider dialog - Added documentation for Scitely setup in `providers.mdx` Users can now: 1. Run `/connect` and select "Scitely" 2. Enter their API key (free to obtain) 3. Access all Scitely models via `/models` ### How did you verify your code works? - Verified TypeScript types match the existing provider patterns - Followed the same structure as other OpenAI-compatible providers - Models are configured with correct context limits and capabilities - Documentation follows the same format as other provider docs
yindo added the pull-request label 2026-02-16 18:17:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13106