{/*
  Translated by the docs agent from content-src/es/guides/proveedor-ia-propio/index.mdx
  (auto-generated CardGrid landing page — regenerate the ES source and re-check this
  translation's card titles/descriptions whenever the ES group's sections change).
*/}

import { CardGrid, LinkCard } from '@astrojs/starlight/components';

Bring your own AI provider lets you use your own account with an AI provider (OpenAI, Anthropic/Claude, Google/Gemini or DeepSeek) instead of the AI included in your plan. With your own key, your business's AI usage is never deducted from your plan: you pay your chosen provider directly, under your own contract and your own billing. Without it, everything keeps working exactly as before — the AI included in your plan.

<CardGrid>
  <LinkCard
    title="What it is and who it's for"
    description="Bring your own AI provider lets you use your own account with an AI provider (OpenAI, Anthropic/Claude, Google/Gemini or DeepSeek) instead of the AI included in your plan."
    href="/guides/proveedor-ia-propio/01-que-es-y-para-quien/"
  />
  <LinkCard
    title="Procedure: adding your key"
    description="Requirements: a role with write permission on Settings (usually, Admin)."
    href="/guides/proveedor-ia-propio/02-procedimiento-dar-de-alta-tu-clave/"
  />
  <LinkCard
    title="One provider at a time, and how to change it"
    description="You can only have one own key active at a time — never several from different providers at once."
    href="/guides/proveedor-ia-propio/03-un-solo-proveedor-y-como-cambiarlo/"
  />
  <LinkCard
    title="Available models: scoped to your provider"
    description="With your own key active, your agents' model selector (Manual 23) is scoped to your provider's models — you can never mix, for example, your OpenAI key with a …"
    href="/guides/proveedor-ia-propio/04-modelos-disponibles-acotados-a-tu-proveedor/"
  />
  <LinkCard
    title="The usage counter: why “Your own key” never shows €"
    description="Under Billing → Breakdown by source (Manual 34, section 4) you'll see your usage split into three sources: Platform, Your own key and Fallback."
    href="/guides/proveedor-ia-propio/05-el-contador-de-consumo-por-que-tu-clave-propia-nunca-muestra/"
  />
  <LinkCard
    title="Automatic platform fallback"
    description="Below your key, on the same tab, there's an independent switch: “Automatic platform fallback” — on by default."
    href="/guides/proveedor-ia-propio/06-respaldo-automatico-de-la-plataforma/"
  />
  <LinkCard
    title="“Suspicious” status and “Check again”"
    description="If your key fails 3 times in 10 minutes in a confirmed way (never because of a passing glitch), the platform automatically stops trying it and your card starts showing the …"
    href="/guides/proveedor-ia-propio/07-estado-sospechosa-y-comprobar-de-nuevo/"
  />
  <LinkCard
    title="If your plan stops including this feature"
    description="It can happen that the plan you're on stops including “Bring your own AI provider” — for example, if you switch to a plan that doesn't have it, or if the platform (or your …"
    href="/guides/proveedor-ia-propio/08-si-tu-plan-deja-de-incluir-esta-funcion/"
  />
  <LinkCard
    title="Frequently asked questions"
    description="Can I have keys from two providers at the same time, for example to split usage?"
    href="/guides/proveedor-ia-propio/09-preguntas-frecuentes/"
  />
</CardGrid>