Loading...
    • Crea
    • Admin
    • Modelli e prezzi
    • SDK client
    • Riferimento API
    Search...
    ⌘K
    Primi passi
    Introduzione a ClaudeGuida rapida
    Creare con Claude
    Panoramica delle funzioniUtilizzo dell'API MessagesCompetenza Claude APIGestione dei motivi di arresto
    Capacità del modello
    Extended thinkingAdaptive thinkingEffortBudget attività (beta)Modalità veloce (beta: anteprima ricerca)Output strutturatiCitazioniStreaming MessagesElaborazione batchRisultati di ricercaStreaming rifiutiSupporto multilingueEmbeddings
    Strumenti
    PanoramicaCome funziona l'uso degli strumentiStrumento di ricerca webStrumento di recupero webStrumento di esecuzione codiceStrumento AdvisorStrumento MemoryStrumento BashStrumento Computer useStrumento editor di testo
    Infrastruttura degli strumenti
    Riferimento strumentiRicerca strumentiChiamata programmatica degli strumentiStreaming granulare degli strumenti
    Gestione del contesto
    Finestre di contestoCompattazioneModifica del contestoPrompt cachingConteggio token
    Utilizzo dei file
    API FilesSupporto PDFImmagini e visione
    Competenze
    PanoramicaGuida rapidaBest practiceCompetenze per l'aziendaCompetenze nell'API
    MCP
    Server MCP remotiConnettore MCP
    Prompt engineering
    PanoramicaBest practice per il promptStrumenti di prompt in Console
    Test e valutazione
    Definire il successo e creare valutazioniUtilizzo dello strumento di valutazione in ConsoleRiduzione della latenza
    Rafforzare le protezioni
    Ridurre le allucinazioniAumentare la coerenza dell'outputMitigare i jailbreakRidurre la perdita di prompt
    Risorse
    Glossario
    Note sulla versione
    Claude Platform
    Console
    Log in
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...

    Solutions

    • AI agents
    • Code modernization
    • Coding
    • Customer support
    • Education
    • Financial services
    • Government
    • Life sciences

    Partners

    • Amazon Bedrock
    • Google Cloud's Vertex AI

    Learn

    • Blog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Company

    • Anthropic
    • Careers
    • Economic Futures
    • Research
    • News
    • Responsible Scaling Policy
    • Security and compliance
    • Transparency

    Learn

    • Blog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Help and security

    • Availability
    • Status
    • Support
    • Discord

    Terms and policies

    • Privacy policy
    • Responsible disclosure policy
    • Terms of service: Commercial
    • Terms of service: Consumer
    • Usage policy
    Claude Platform

    Start building
    with Claude

    Everything you need to integrate Claude into your applications. From first API call to production.

    What do you want to build?
    ⌘K
    Quickstart
    Get API key
    API reference
    import anthropic
    
    client = anthropic.Anthropic()
    
    message = client.messages.create(
      model="claude-opus-4-7",
      max_tokens=1024,
      messages=[{
        "role": "user",
        "content": "Hello, Claude"
      }]
    )
    print(message.content[0].text)
    Platform

    Choose how you build

    Pick the developer surface that matches your approach, and the infrastructure that fits your stack.

    Messages

    Direct model access. You construct every turn, manage conversation state, and write your own tool loop.

    Quickstart
    API reference
    Client SDKs

    Claude Managed Agents

    Fully managed agent infrastructure. Deploy and manage autonomous agents in stateful sessions with persistent event history.

    Quickstart
    API reference
    Define your agent
    AWS Bedrock
    Google Cloud Vertex AI
    Microsoft Foundry
    Developer journey

    From idea to production

    Follow the lifecycle or jump to what you need.

    1. 1

      Get started

      Quickstart
      Get API key
      Choose a model
      Install an SDK
      Try the Workbench
    2. 2

      Build

      Messages API
      Extended thinking
      Vision
      Tool use
      Web search
      Code execution
      Structured outputs
      Prompt caching
      Streaming
    3. 3

      Evaluate & ship

      Prompting best practices
      Run evals
      Batch testing
      Safety & guardrails
      Rate limits & errors
      Cost optimization
    4. 4

      Operate

      Workspaces & admin
      API key management
      Usage monitoring
      Model migration
    Models

    The Claude model family

    Choose the right model for your use case.

    Most capable
    Opus 4.7

    Best for complex analysis, coding, and creative tasks requiring deep reasoning.

    Best balance
    Sonnet 4.6

    Ideal balance of intelligence and speed for most production workloads.

    Fastest
    Haiku 4.5

    Lightning-fast responses for high-volume, latency-sensitive applications.

    Resources

    Keep learning

    Courses
    Interactive courses to master Claude.
    Cookbook
    Code samples and patterns.
    Quickstarts
    Deployable starter apps.
    What's new
    Latest features and updates.
    Claude Code
    An agentic coding assistant in your terminal.