|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
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 () |
Anthropic Messages API model configurations.
| NEURALPLUS_API AnthropicConfig neuralplus::models::anthropic::claude_fable_5 | ( | ) |
Highest-capability generally available Claude configuration.
| NEURALPLUS_API AnthropicConfig neuralplus::models::anthropic::claude_haiku_4_5 | ( | ) |
Fast Claude configuration for latency-sensitive workloads.
| NEURALPLUS_API AnthropicConfig neuralplus::models::anthropic::claude_opus_4_8 | ( | ) |
Claude configuration for complex agentic and enterprise work.
| NEURALPLUS_API AnthropicConfig neuralplus::models::anthropic::claude_sonnet_5 | ( | ) |
Claude configuration balancing speed and frontier intelligence.