Commit Graph

4 Commits

Author SHA1 Message Date
Firat Sertgoz
b04459cbb1
fix: rename provider ID from near-ai to nearai
- Change provider ID 'near-ai' → 'nearai' throughout
- Update model refs: near-ai/model → nearai/model
- Update docs examples and grep patterns
2026-01-26 22:02:27 +04:00
Firat Sertgoz
3eb08cd187
fix: address PR review comments for Near AI provider
- DeepSeek V3.1: reasoning false (not a reasoning model)
- GPT OSS 120B: reasoning true
- Remove deprecated GLM 4.6 model
- Update hints to 'Private and verifiable inference'
- Fix alias to match default model (GLM-4.7)
- Add near-ai-api-key to preferred-provider mapping
- Add NEAR AI to docs/providers/index.md and models.md
- Add note about model list changes + link to cloud.near.ai/models
2026-01-26 21:36:57 +04:00
Firat Sertgoz
b4da1636ba
feat(near-ai): default to GLM-4.7 model 2026-01-26 10:47:07 +04:00
Firat Sertgoz
6d7ee8ba6c
feat(near-ai): add Near AI provider with updated model catalog
- Add Near AI as OpenAI-compatible provider
- Models: DeepSeek V3.1, GPT-OSS-120B, Qwen3-30B, GLM-4.6, GLM-4.7
- Auth via API key (NEAR_AI_API_KEY or clawdbot auth)
- Privacy-focused inference using Intel TDX/NVIDIA TEE
- Base URL: https://cloud-api.near.ai/v1
2026-01-26 10:47:06 +04:00