
Kimi K2 de Moonshot AI: un modelo abierto que cambia las reglas del juego en IA
La startup china Moonshot AI ha lanzado Kimi K2, un modelo de inteligencia artificial de código abierto con 1 billón de parámetros y arquitectura mixture‑of‑experts.
export default function Chatbot() { const customStyle = { marginRight: '1rem', marginBottom: '6rem', display: 'none', position: 'fixed', right: 0, bottom: 0, pointerEvents: 'none', overflow: 'hidden', height: '65vh', border: '2px solid #e2e8f0', borderRadius: '0.375rem', boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)', width: '480px' }; return (
) }