NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
Loading...
Searching...
No Matches
neuralplus::models::anthropic Namespace Reference

Anthropic Messages API model configurations. More...

Functions

NEURALPLUS_API AnthropicConfig claude_fable_5 ()
 
NEURALPLUS_API AnthropicConfig claude_opus_4_8 ()
 
NEURALPLUS_API AnthropicConfig claude_sonnet_5 ()
 
NEURALPLUS_API AnthropicConfig claude_haiku_4_5 ()
 

Detailed Description

Anthropic Messages API model configurations.

Function Documentation

◆ claude_fable_5()

NEURALPLUS_API AnthropicConfig neuralplus::models::anthropic::claude_fable_5 ( )

Highest-capability generally available Claude configuration.

See also
https://platform.claude.com/docs/en/about-claude/models/overview

◆ claude_haiku_4_5()

NEURALPLUS_API AnthropicConfig neuralplus::models::anthropic::claude_haiku_4_5 ( )

Fast Claude configuration for latency-sensitive workloads.

See also
https://platform.claude.com/docs/en/about-claude/models/overview

◆ claude_opus_4_8()

NEURALPLUS_API AnthropicConfig neuralplus::models::anthropic::claude_opus_4_8 ( )

Claude configuration for complex agentic and enterprise work.

See also
https://platform.claude.com/docs/en/about-claude/models/overview

◆ claude_sonnet_5()

NEURALPLUS_API AnthropicConfig neuralplus::models::anthropic::claude_sonnet_5 ( )

Claude configuration balancing speed and frontier intelligence.

See also
https://platform.claude.com/docs/en/about-claude/models/overview